Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropbox moving away from long-lived access tokens #10

Open
rkhwaja opened this issue Nov 22, 2020 · 1 comment
Open

Dropbox moving away from long-lived access tokens #10

rkhwaja opened this issue Nov 22, 2020 · 1 comment

Comments

@rkhwaja
Copy link

@rkhwaja rkhwaja commented Nov 22, 2020

I got the following from Dropbox via email:

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.

https://dropbox.tech/developers/now-available--scoped-apps-and-enhanced-permissions

@rkhwaja
Copy link
Author

@rkhwaja rkhwaja commented Sep 2, 2021

I'm still using this package. Is anyone here still working on it? It seems like it's going to stop working in 30 days.

Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant