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 code needs to be updated to use refresh tokens #1267

Closed
DougReeder opened this issue Apr 27, 2022 · 0 comments · Fixed by #1274
Closed

Dropbox code needs to be updated to use refresh tokens #1267

DougReeder opened this issue Apr 27, 2022 · 0 comments · Fixed by #1274

Comments

@DougReeder
Copy link
Contributor

Dropbox no longer issues "long-lived tokens", only tokens that last about four hours: https://dropbox.tech/developers/migrating-app-permissions-and-access-tokens#updating-access-token-type Users must click a link every four hours to re-authorize the app.

To regain the original user experience (what Dropbox calls "offline access"), the Dropbox code must be updated to use "Refresh tokens" to renew the access token.

@DougReeder DougReeder changed the title Dropbox code needs to be updated to better handle "short-lived tokens" Dropbox code needs to be updated to use refresh tokens Sep 20, 2022
@DougReeder DougReeder self-assigned this Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

1 participant