We Want to Hear From You! What Do You Want to See on the Community? Tell us here!
Forum Discussion
ThaiNguyen
3 years agoExplorer | Level 4
The duration of the access token
Hello,
I use pure javascript call api https://content.dropboxapi.com/2/files/upload and succeeded.
But I'm having problems with the expiration of the access token.
I want to ask is there a way to get the access token automatically?
Or is it possible to set the access token time adjustment?
I am looking forward to hearing from you.
Thank you very much.
2 Replies
- Здравко3 years agoLegendary | Level 20
Hi ThaiNguyen,
You need to "refresh" the access token using refresh token. 😉 Take a look here for additional info.
Hope this helps.
- Greg-DB3 years ago
Dropbox Community Moderator
ThaiNguyen Здравко is correct, if you need access for a long period of time without the user present, you should request and use refresh tokens. For reference, Dropbox is no longer offering the option for creating new long-lived access tokens. Dropbox is switching to only issuing short-lived access tokens (and optional refresh tokens) instead of long-lived access tokens. You can find more information on this migration here.
Apps can still get long-term access by requesting "offline" access though, in which case the app receives a "refresh token" that can be used to retrieve new short-lived access tokens as needed, without further manual user intervention. You can find more information in the OAuth Guide and authorization documentation. There's a basic outline of processing this flow in this blog post which may serve as a useful example.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.6,036 PostsLatest Activity: 3 days ago
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 or Facebook.
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!