You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropbox access tokens are short lived, and will expire after a short period of time. The exact expiry time of a token is returned by the token endpoint (or the redirect URI in implicit grant) - but is generally long enough for a reasonable web session.
Thanks for pointing that out! That is out of date, from when Dropbox returned long-lived access tokens instead of the current short-lived access tokens. I'll ask the team to update that.
On the Javadocs for
DbxWebAuth
it says access tokens are valid for years:dropbox-sdk-java/dropbox-sdk-java/src/main/java/com/dropbox/core/DbxWebAuth.java
Line 25 in e8b39d1
However the official documentation reads:
From: https://developers.dropbox.com/oauth-guide
The text was updated successfully, but these errors were encountered: