-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Improve Dropbox AppID docs #5242
Comments
ivandeex
added a commit
to ivandeex/rclone
that referenced
this issue
May 13, 2021
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id are a little incomplete. I had to guess a few extra details to make things work. This patch adds missing parts. Fixes rclone#5242
5 tasks
ivandeex
added a commit
to ivandeex/rclone
that referenced
this issue
May 13, 2021
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id are a little incomplete. I had to guess a few extra details to make things work. This patch adds missing parts. Fixes rclone#5242
ivandeex
added a commit
to ivandeex/rclone
that referenced
this issue
May 14, 2021
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id are a little incomplete. I had to guess a few extra details to make things work. This patch adds missing parts. Fixes rclone#5242
ivandeex
added a commit
that referenced
this issue
May 14, 2021
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id are a little incomplete. I had to guess a few extra details to make things work. This patch adds missing parts. Fixes #5242
negative0
pushed a commit
to negative0/rclone
that referenced
this issue
Aug 13, 2021
Instructions in https://rclone.org/dropbox/#get-your-own-dropbox-app-id are a little incomplete. I had to guess a few extra details to make things work. This patch adds missing parts. Fixes rclone#5242
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The associated forum post URL from
https://forum.rclone.orghttps://forum.rclone.org/t/dropbox-too-many-requests-or-write-operations-trying-again-in-15-seconds/23316/33
What is your current rclone version (output from
rclone version)?1.55.0
What problem are you are trying to solve?
While testing bisync with Dropbox I came across request limit issues. In attempt to fix them I followed https://tip.rclone.org/dropbox/#get-your-own-dropbox-app-id
The instructions is okay but incomplete. I had to make few extra moves to make things work.
How do you think rclone should be changed to solve that?
App key(client_id) andApp secret(client_secret)rclone about, see oauth2 config in ncw's fix):rclone aboutwill fail without it)Note:
rclone aboutalso needs a733384 merged on master.The text was updated successfully, but these errors were encountered: