You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
leqtruong
3 years agoNew member | Level 2
How to show option "access token expiration" in settings tab
I use the same account to create 2 apps but why only 1 app has the option 'access token expiration' ? How to make every app have an 'access token expiration' option?
Thank you.
Greg-DB
Dropbox Staff
Dropbox is switching to 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.
While the change to only issue short-lived access tokens began on September 30th, we're releasing it gradually, so you may not have seen this applied to all apps yet. Once it applies to an app, it would apply regardless of the "Access token expiration" setting for that app, and that setting may no longer be available for that app.
leqtruong1
3 years agoExplorer | Level 4
@Greg-DB
Thanks a lot.
But now our App has been released with customers using it and currently I can't change the code.
How can I enable "access token expiration" or on your back-end can it be set to "No expration"? Of course the dropbox package we are using is paid.
- Greg-DB3 years agoDropbox Staff
You can find more information on handling this migration in the blog post. (Please also make sure that the email address on the Dropbox account that owns your API app is valid and can receive email, as that's where we send advanced notice of changes like this.)
In short though, if your app only requires short-term access and handles 401 errors already, no change is necessary. If your app doesn't handle 401 errors already, or requires long-term access (without user interaction), you would need to ship an update with support for refresh tokens implemented.
If you need more time to complete your migration, feel free to open an API ticket here from the account that owns the API app in question and we may be able to help.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,912 PostsLatest Activity: 20 days agoIf 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!