Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Victor C.17
9 years agoNew member | Level 1
Getting "invalid_token './' " after copying User Token
I'm making a program in VB.Net and I have a form to paste the user Token but when I click "Ok" an error is displayed. It says: "invalid_token './'".
This is my code:
Private Async Function GetUse...
Greg-DB
Dropbox Community Moderator
9 years agoI'm not sure I understand your question. Your app should use your "app key", also known as "client ID", to get the authorization URL, and send the user there. The user then gets an "authorization code" from Dropbox, and gives it back to your app. Your app should then exchange that authorization code for the access token for that user. (The authorization code is not the same as the access token.)
I recommend following the documentation here that shows how to process this using the Dropbox .NET SDK:
https://dropbox.github.io/dropbox-sdk-dotnet/html/T_Dropbox_Api_DropboxOAuth2Helper.htm
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!