What is the problem you are having with rclone?
rclone mount with Google Drive remote is getting a 429 error when uploading files over 2GB from vfs cache. I have 2 cloud virtual servers doing this process. Only my server on the Oracle Cloud is getting the 429 error.
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.1
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.8.0-1013-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.23.1
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
[Unit]
Description=RClone ikemedia_gdrive Service
Wants=network-online.target
After=network-online.target
[Service]
Type=notify
ExecStart=/usr/bin/rclone mount ikemedia_gdrive: /mnt/ikemedia_gdrive
--config=/home/bodei/.config/rclone/rclone.conf
--log-file=/rclonelogs/rclone_mount.log
--log-level INFO
--cache-dir=/vfscache/gdrive
--vfs-cache-mode writes
--vfs-cache-max-size 10G
--vfs-read-chunk-size-limit 256M
--vfs-cache-max-age 30m
--vfs-cache-poll-interval 5m
--allow-other
--umask 002
--bwlimit 25M
--no-checksum
--no-modtime
--drive-chunk-size 512M
--drive-pacer-min-sleep 10ms
StandardOutput=file:/rclonelogs/rclone_vfs_mount.log
ExecStop=/bin/fusermount -uz /mnt/ikemedia_gdrive
Restart=on-failure
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[ikemedia_gdrive]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
root_folder_id = XXX
[ikemedia_gdrive_crypt]
type = crypt
remote = ikemedia_gdrive:crypt
filename_encryption = standard
directory_name_encryption = true
password = XXX
password2 = XXX
A log from the command that you were trying to run with the -vv
flag
2024/10/11 07:00:06 ERROR : Emby_Libraries/1080p_Movies/Kinds of Kindness (2024)/Kinds of Kindness (2024) - WEBRip-1080p.mkv: vfs cache: failed to upload try #4, will retry in 1m20s: vfs cache: failed to transfer file from cache to remote: googleapi: got HTTP response code 429 with body: <html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Sorry...</title><style> body { font-family: verdana, arial, sans-serif; background-color: #fff; color: #000; }</style></head><body><div><table><tr><td><b><font face=sans-serif size=10><font color=#4285f4>G</font><font color=#ea4335>o</font><font color=#fbbc05>o</font><font color=#4285f4>g</font><font color=#34a853>l</font><font color=#ea4335>e</font></font></b></td><td style="text-align: left; vertical-align: bottom; padding-bottom: 15px; width: 50%"><div style="border-bottom: 1px solid #dfdfdf;">Sorry...</div></td></tr></table></div><div style="margin-left: 4em;"><h1>We're sorry...</h1><p>... but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.</p></div><div style="margin-left: 4em;">See <a href="https://support.google.com/websearch/answer/86640">Google Help</a> for more information.<br/><br/></div><div style="text-align: center; border-top: 1px solid #dfdfdf;"><a href="https://www.google.com">Google Home</a></div></body></html>