Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
pranava s.
10 years agoNew member | Level 1
Dropbox app for web application and native mobile apps
Hi,
I have a Dropbox app that is being used to authenticate and authorize my web application to access resources on a user's Dropbox account. The authentication is done via OAuth 2.0 and I obtain a...
Greg-DB
Dropbox Community Moderator
10 years agoThe Dropbox API doesn't use refresh tokens, so you're probably referring to access tokens. For reference, access tokens for the Dropbox API don't expire by themselves, but they can be revoked manually.
Dropbox API access tokens can be used across multiple instances of an app. E.g., an access token obtained on web can be used on mobile, and vice versa. The Dropbox API doesn't offer a way to transport those tokens between instances for you though, so you'd have to develop a secure way of doing so on your side.
One thing to note though is that some of the Dropbox SDKs (for API v1) use OAuth 1, so you wouldn't be able to use OAuth 2 access tokens in those.
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!