Beispiel #1
0
        public string GetAuthorizationUrl()
        {
            DriveRestClient client = new DriveRestClient(AppConstants.GoogleDriveClientId, AppConstants.DropboxClientSecret, googledriveRedirectUrl.ToString());

            var url = client.GetPermissionURL();


            return(url);
        }