Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Moin P.
10 years agoNew member | Level 1
Error in generating token file through DropBox Token Authorization Tool
Hello All,
I am using SharpBox API to connect my .net application and DropBox.
But when we generating token through DropBox Token Authorization Tool it show me Error Message (404) Page Not Found....
Greg-DB
Dropbox Community Moderator
10 years agoThe token this tool generates is called an "access token", which is user-specific. Normally, a Dropbox API app is used for a large number of users (not just the developer/owner of the app). That being the case, the normal way to get a token is to send each user through an OAuth flow (as the tool does) and store the token. (The user normally doesn't need to see or handle the token themselves.)
If you do want to be able to quickly get an access token for an app on your own account though, the App Console does have a button for generating one. Note that it generates an OAuth 2 access token though, whereas the DropBoxTokenIssuer.exe tool retrieves an OAuth 1 access token.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
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!