Comments
-
@"Greg-DB" wrote:Building a DropboxClient with the refresh token, app key, and app secret as you've shown here is correct and valid. Are you sure that is the specific DropboxClient object you're using when you're getting that 'expired_access_token' error? I just tried it and it is working for me with my own values. Note…
-
here is where I am getting my model, the dbxService is where I send the refreshToken value as show in the previus message public async Task<FileManagerViewModel> GetDropboxViewModel(Panther.Views.Attachment.IndexViewModel gridViewModel, IIdentityService identityService) { var dbxViewModel = new FileManagerViewModel();…