Rclone causing error 403 and 429 on google drive

~# rclone -V
rclone v1.47.0-067-g9c6f3ae8-beta
- os/arch: linux/amd64
- go version: go1.12.5
:~# find /root/gd/111/  -name '*.rar' -execdir unrar  x  -o- -y {} /root/gd/111/  \;
[Unit]
Description=Mount
After=syslog.target local-fs.target network.target

[Service]
Type=simple
User=root
ExecStart=/usr/bin/rclone mount gd: /root/gd --vfs-cache-mode writes --dir-cache-time=120h --vfs-cache-max-age 3m --allow-other
ExecStop=/bin/fusermount -uz /root/gd
Restart=always

[Install]
WantedBy=multi-user.target

Executing unrar command on rclone mount above for GDrive unencrypted results in my account to generate 403 and 429 errors that results in my account can't access any files (I seem to be banned or rate limited?)
This is a new google account.
So after few hours, any file operation on rclone mount would result in stuck and can't finish.

Is there any changes I can make to solve this issue?

https://forum.rclone.org/t/all-of-a-sudden-googleapi-error-429/

See here

1 Like

Duplicate thread.