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

Adapt to new DropBox API #164

Open
koba-e964 opened this issue Aug 14, 2022 · 0 comments
Open

Adapt to new DropBox API #164

koba-e964 opened this issue Aug 14, 2022 · 0 comments
Labels

Comments

@koba-e964
Copy link
Member

koba-e964 commented Aug 14, 2022

Description / 説明

DropBox API changed on Sep 30, 2021. Since then, long access tokens are not granted.
We have to first obtain AUTHORIZATION_CODE (from Web UI), and after that obtain ACCESS_TOKEN from AUTHORIZATION CODE (and <APP_KEY>:<APP_SECRET>).

The generated ACCESS_TOKEN will expire in 14400 secs = 4 hrs. After that, we must regenerate ACCESS_TOKEN via refresh_token.

For compatibility reason, we should keep the old code as-is.

Motivation / 動機

The current DropBox App cannot have new users, presumably because of the limit of the number of users.
We are going to develop a new one, hopefully with no limits on the number of users.

Other notes / その他

  • Will you try to create a pull request?
    • yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant