cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
Announcements
Whatā€™s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Discuss Dropbox Developer & API

cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 

Re: Application and tokens - will there new token for each app user?

Application and tokens - will there new token for each app user?

andreyshedko
Explorer | Level 4
Go to solution

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? 

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff
Go to solution

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.

 

View solution in original post

1 Reply 1

Greg-DB
Dropbox Staff
Go to solution

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.

 

Need more support?