Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
lonehero
6 years agoExplorer | Level 4
Access Token
Is there Any way to generate Access Token without Authorization Code. Actually I was Implementing it in Salesforce without using Visual force Page.... And what is Expiration of the Access Token... He...
Greg-DB
Dropbox Community Moderator
6 years agoThe Dropbox API supports two different OAuth 2 authorization flows: "code" and "token". The code flow requires the use of an authorization code. The token flow does not. The token flow is generally meant for client-side applications though, and does require a redirect URI, where the access token is return on the URL fragment (and so not sent to the server). You can find more information on the two different flows in the documentation.
Dropbox API access tokens do not expire by default, but they can be revoked by the user or app at any time.
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!