-
using of saver for users
I want to use "saver" for my application, so that my users can log in with their credentials and once they have successfully registered, they can upload files from their computer to their Dropbox account. Previously, we had problems with the token as it would expire. With saver, you can upload files, create folders, and…
-
Embedder Create/Delete Files
can you use the Embedder option to delete or create folders im your account or is only to show the folders that you have?
-
Using Refresh Token
Currently I am trying to migrate our application to the new refresh token system I am getting my Refresh token and my ExpiresAt values, and saving that data on the database, if the ExpiresAt value has already pass I am creating my object this way: dbx = new DropboxClient(settings.RefreshToken, appKey, appSecret); and using…
-
Refresh token not working
Currently I am trying to migrate our application to the new refresh token system I am getting my Refresh token and my ExpiresAt values, and saving that data on the database, if the ExpiresAt value has already pass I am creating my object this way: dbx = new DropboxClient(settings.RefreshToken, appKey, appSecret); and using…
-
responseUri C# problem
I am trying to set my dropbox configuration to TokenAccessType Offline on my page, but I am getting erros on the "DropboxOAuth2Helper.ProcessCodeFlowAsync" I get: Dropbox.Api.OAuth2Exception: 'invalid_grant' for error description I got: redirect_uri mismatch after I got the page to enter my credentials I call this method:…