Need to see if your shared folder is taking up space on your dropbox 👨💻? Find out how to check here.
Forum Discussion
Thomi
6 years agoExplorer | Level 4
No Refresh token is returned
Hey, I'm trying to figure out how the refresh token oauth2 process is working. When I navigate to https://www.dropbox.com/oauth2/authorize?client_id=<client_id>&token_access_type=offline&respon...
- 6 years ago
When you swap that code for an access token(https://api.dropbox.com/oauth2/token), the resulting payload will contain an
access_tokenand arefresh_token, which can be stored and used to issue a new access token later.
TaylorKrusen
Dropbox Staff
6 years agoIs this a newly created scoped app or an app that you're migrating? The OAuth Guide or blog post, Migrating App Permissions and Access Tokens, might be useful resources here.
In your app's settings there is an OAuth 2 section. Is the "Access token expiration" set to "Short-lived"?
Thomi
6 years agoExplorer | Level 4
Its a new scoped app and "Access token expiration" is set to "Short-lived".
- TaylorKrusen6 years ago
Dropbox Staff
When you swap that code for an access token(https://api.dropbox.com/oauth2/token), the resulting payload will contain an
access_tokenand arefresh_token, which can be stored and used to issue a new access token later.- MarteIT5 years agoExplorer | Level 3
Hi! I have exactly the same problem. Can you please clarify what you mean by "swap"?
Where should I use the code (https://api.dropbox.com/oauth2/token)? curl? With any parameter/ID?
Can you please give me an easy procedure to follow, or an example? Thank you
- Greg-DB5 years ago
Dropbox Community Moderator
MarteIT By "swap", Taylor was referring to how the app sends the "authorization code" (which is received from the /oauth2/authorize OAuth step) in the request to the Dropbox /oauth2/token endpoint, and how the Dropbox API would send the access token and refresh token back in the response.
I recommend reading the OAuth Guide for an overview of how this process works. Then, refer to the authorization documentation for information on the specific endpoints and parameters to use, including examples of calling /oauth2/token using curl.
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!