The Dropbox API now supports OAuth scopes, PKCE, refresh tokens, and short-lived access tokens. We’re asking developers to review their app’s permission settings and ensure their apps support short-lived access tokens. Apps that require background access will need to update to use refresh tokens, which is made easier by using our updated SDKs.
Starting September 30th, 2021, the Dropbox OAuth flow will no longer return long-lived access tokens. It will instead return short-lived access tokens, and optionally return refresh tokens. Please be sure to review, test, and move to the new permission model before then.
In the code I see that refresh tokens are missing from the dropboxfs API (e.g. in the opener). From the email, it looks as though they will be needed from Sep 30, 2021.
I got the following from Dropbox via email:
In the code I see that refresh tokens are missing from the dropboxfs API (e.g. in the opener). From the email, it looks as though they will be needed from Sep 30, 2021.
https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions
The text was updated successfully, but these errors were encountered: