Try adding --tpslimit 12 to your command to limit the number of requests per second rclone makes. If that doesn't work, try making the number smaller until it does.
Hello Nick,
I've already tried that and it doesn't work even with --tpslimit 4.
Also I've asked some friends and they have same issue. I guess that is a general issue with dropbox. Can you guys who are the project contributors or who can reach the project contributors please check this?
Maybe you can be right,
I don't use the same account. I use only one time an account. But There are too many space in it. each file is 100 GB and there is 900 files on each folder.
Last update:
They've answered my ticket:
Please note that our specialized team took a look in your issue and it appears like the issue is related to a third party application.
In order to resolve this, you will need to reach out to the developer of that application and they can also reach out to us.
Dropbox rate limits per application you have registered.
If you have an application that is using more than ~12 tps, you'll get rate limited.
You need to reduce the tps to less than 12 and you shouldn't run into issues.
You have a lot of options in your mount that doesn't do anything as well.
Usually best to simplify the mount, start with nothing and only add what you need if you have know what it's doing and why you have it.
That error makes it \ obvious the TPS limit is too high.
I use 2 mounts and and an upload script with each of them using their own registered app in the console so I can track each and limit each without worrying about them stepping on each other.
It's a bit more config up front, but since I've done that, I've never had a pacer issue.
It's very easy to test/generate the error as rclone itself is really fast and hits it very fast if you have a mount with many directories. There is a sweet spot you hit when have too many directories on a mount as I didn't hit it at first either.
@Animosity022 Seems like you missed my point. I am not questioning your observations and knowledge in this area - on the contrary.
I am trying to explain why services like Dropbox, OneDrive, Google Drive etc. all have this kind of limitations; and give some food for thought on Chia farming in general.
Your point is so meaningful but I hope that's not the reason. I've already tried over an app without direct mount over rclone. But I got the same errors..
Are there any other solutions from you guys?
Also it gets the same error even with tps limit 1...
rclone mount dropbox4:/Party1 /dropbox4 --tpslimit 1 --allow-non-empty --log-level DEBUG
2022/02/07 16:48:25 INFO : Starting transaction limiter: max 1 transactions/s with burst 1
2022/02/07 16:48:25 DEBUG : rclone: Version "v1.58.0-beta.5989.aa2d7f00c" starting with parameters ["rclone" "mount" "dropbox4:/Party1" "/dropbox4" "--tpslimit" "1" "--allow-non-empty" "--log-level" "DEBUG"]
2022/02/07 16:48:25 DEBUG : Creating backend with remote "dropbox4:/Party1"
2022/02/07 16:48:25 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2022/02/07 16:48:26 DEBUG : Dropbox root '': Using root namespace "2201984529"
2022/02/07 16:48:27 DEBUG : fs cache: renaming cache item "dropbox4:/Party1" to be canonical "dropbox4:Party1"
2022/02/07 16:48:28 DEBUG : Dropbox root 'Party1': Mounting on "/dropbox4"
2022/02/07 16:48:28 DEBUG : : Root:
2022/02/07 16:48:28 DEBUG : : >Root: node=/, err=
2022/02/07 16:48:30 DEBUG : /: Lookup: name="plot1"
2022/02/07 16:48:31 DEBUG : /: >Lookup: node=plot1/, err=
2022/02/07 16:48:31 DEBUG : plot1/: Attr:
2022/02/07 16:48:31 DEBUG : plot1/: >Attr: attr=valid=1s ino=0 size=0 mode=drwxr-xr-x, err=
2022/02/07 16:48:31 DEBUG : plot1/: ReadDirAll:
2022/02/07 16:48:34 NOTICE: too_many_requests/..: Too many requests or write operations. Trying again in 5 seconds.
2022/02/07 16:48:34 DEBUG : pacer: low level retry 1/10 (error too_many_requests/..)
2022/02/07 16:48:34 DEBUG : pacer: Rate limited, increasing sleep to 5s
2022/02/07 16:48:36 NOTICE: too_many_requests/.: Too many requests or write operations. Trying again in 5 seconds.
2022/02/07 16:48:36 DEBUG : pacer: low level retry 2/10 (error too_many_requests/.)
2022/02/07 16:48:41 NOTICE: too_many_requests/: Too many requests or write operations. Trying again in 5 seconds.
2022/02/07 16:48:41 DEBUG : pacer: low level retry 3/10 (error too_many_requests/)
2022/02/07 16:48:46 NOTICE: too_many_requests/..: Too many requests or write operations. Trying again in 5 seconds.
2022/02/07 16:48:46 DEBUG : pacer: low level retry 4/10 (error too_many_requests/..)
I know that once OneDrive starts the hard rate limiting (too many requests), then it takes some time until you are allowed a normal rate again - up to 24 hours. The less activity you have in this period, the shorter. I guess you will see something similar on Dropbox.
If that's the only app registered to that, you should see 1 user registered against it and the API usage. If you are generate an error with 1 TPS, something is very wrong.
Post a full debug log with that mount.
Why are you using a beta version as well? If there isn't a specific reason, please use the stable.