We’re Still Here to Help (Even Over the Holidays!) - find out more here.
Forum Discussion
andreyshedko
7 years agoExplorer | Level 4
Application and tokens - will there new token for each app user?
I have an application that allows the users to upload their files to Dropbox. The question is the follow - will the API throw a new token for each request/IP/whatever else or there will be the same token value for each request?
Each Dropbox API access token is specific to a particular app-account pair. That means that the Dropbox API returns a different access token for each user that connects an API app to their account.
Also, note that Dropbox API apps receive a new access token each time they send a particular user through the OAuth app authorization flow, so there can be multiple active access tokens for the same app-account pair at the same time. Exactly which access token the app uses for a particular API request is up to the app.
1 Reply
- Greg-DB7 years ago
Dropbox Community Moderator
Each Dropbox API access token is specific to a particular app-account pair. That means that the Dropbox API returns a different access token for each user that connects an API app to their account.
Also, note that Dropbox API apps receive a new access token each time they send a particular user through the OAuth app authorization flow, so there can be multiple active access tokens for the same app-account pair at the same time. Exactly which access token the app uses for a particular API request is up to the app.
About Discuss Dropbox Developer & API
Make connections with 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!