hi~
i am just ~3month into the rclone community.
just wanna let others know how i seems to work around the "user rate limit exceeded" problem -- use the parameters as in the rclone browser's default.
I wanna upload 0.6 million of small files (total 1TB) to google drive, as say in this thread:
as told by ncw, I made my own google ID.
when I wanna “rclone check" it (without parameters), it simply say the above limit.
And the command stopped after 2 errors?
From the error's link, I checked quota:
query per day is 1,000,000,000.
query per 100 second is 10 000, query per 100 second per user is 1000.
the query i used on that day is just 2xx, xxx, way lower than the quota.
i emailed google to increase qps per user but they refused.
then i turn back to the default parameters used by rclone-browser:
/snap/bin/rclone --config /home/xxxx/grnprogs/rclone/rclone-cur.conf check -c --verbose --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 600s /media/xxxx/asdvd005-cp2r1-cfs/20180524-004349---asdvd005-cp2r1-iat011 yyyyy:base-a002/20180527-01/20180524-004349---asdvd005-cp2r1-iat011
after 11hours it checked 4xxxxx out of the 6xxxxx files.
I think it's working.
so other new beings like me if have no idea on the command, could reference to rclone browser.
thank you.