Hey folks - I've got two servers (different locations) both on 1gbs internet connections, both with identical rclone configs. Both use their own API credentials.
Both are running very slow (like 400kbs) and have been for the last 3-4 days.
What is your rclone version (output from rclone version)
rclone v1.51.0
- os/arch: linux/amd64
- go version: go1.13.7
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Both systems are Ubuntu 18.04
Which cloud storage system are you using? (eg Google Drive)
Both use Google Drive as the backend
The command you were trying to run (eg rclone copy /tmp remote:tmp)
2020/07/20 15:39:07 DEBUG : pacer: Rate limited, increasing sleep to 16.353677425s
2020/07/20 15:39:09 DEBUG : pacer: low level retry 2/10 (error googleapi: Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly. You may monitor aggregate quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/drive.googleapis.com/quotas?project=271515702996, userRateLimitExceeded)
2020/07/20 15:39:09 DEBUG : pacer: Rate limited, increasing sleep to 16.386304049s
as per the log, it seems Error 403: User Rate Limit Exceeded. Rate of requests for user exceed configured project quota. You may consider re-evaluating expected per-user traffic to the API and adjust project quota limits accordingly
thanks for the link on the rate limited exceeded error.
It is a 403 user rate exceeded error. But according to the API dashboard those users are way below the quota - that's the mystery for me.
I'm using rsync --progress to check the download speed of the rclone google drive backend.
Hey friends - I wanted to share that @asdffdsa's tip of upgrading from 1.51.1 to 1.52.0 did the trick!
I rebooted several times before upgrading so I can fairly confidently confirm that the upgrade is what instantly fixed things. Not sure if the API changed, or if I just refreshed the magic dust....but in the event that it helps anyone else, I'm marking this as solved.