Javadoc is inconsistent with oficial documentation
adolfov opened this issue · 1 comments
adolfov commented
On the Javadocs for DbxWebAuth
it says access tokens are valid for years:
However the official documentation reads:
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.
greg-db commented
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.