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 API update (Due Sept 2021) #269

Open
moshner opened this issue Jan 15, 2021 · 2 comments
Open

Dropbox API update (Due Sept 2021) #269

moshner opened this issue Jan 15, 2021 · 2 comments

Comments

@moshner
Copy link

moshner commented Jan 15, 2021

I received this email from Dropbox. I guess they have updated their authentication and recommend that the app is updated to match. See a section of the email below:

We released an update to our authorization model—you’ll want to review your app’s (Mosher Node Red) permission settings, and may need to update your code for refresh tokens.

Action Required: Token and Permission Updates
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.

For detailed instructions, please see: https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens

@ndevol
Copy link

ndevol commented Feb 25, 2022

Is there a plan to address this? Currently, dropbox tokens are only valid for 4 hours.

@dceejay
Copy link
Member

dceejay commented Feb 26, 2022

I'm not aware of any plan. If anyone wants to tackle it and offer up a Pull Request we would be most grateful.

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

No branches or pull requests

3 participants