I make backups of my virtual servers and store them in google drive. I have been using this practice for a couple of years but since February I have been experiencing these problems on some backups that maybe larger in size than others. I did a test with a backup that I knew had not been uploaded to google drive. This one (called "albo") takes up 3.27GB. Other backups, which I am sure were uploaded to drive, on the other hand, take up less than 1.5 GB.
Run the command 'rclone version' and share the full output of the command.
rclone v1.53.3-DEV
os/arch: linux/amd64
go version: go1.18.1
Which cloud storage system are you using?
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
I followed the installation guide for linux that told me to do this:
Fetch and unpack
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zipper
cd rclone-*-linux-amd64
Copy binary file
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
Install manpage
sudo mkdir -p /usr/local/share/man/man1
sudo cp rclone.1 /usr/local/share/man/man1/
sudo mandb
Run rclone config to setup. See rclone config docs for more details.
rclone config
Having done this I left many fields blank in the configuration wizard. Then I copied the old config file replacing the new one found in /root/.rclone.conf
Correct?
googleapi: got HTTP response code 429
We're sorry...but your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
Clearly their system decided that they do not like your traffic... To get exact reason you would have to ask Google support.
Look at the thread I have linked earlier.
Suggested action was to use--drive-chunk-size=256M flag to send less chunks by increasing their size
your computer or network may be sending automated queries. To protect our users, we can't process your request right now.
recently, there have been an increasing number of topics about this issue.
maybe gdrive has changed its policy or some change with rclone.
Yeap. Something changed. But I tend to think it is on Google side - I remember somebody trying older rclone versions with the same results.
Maybe after killing unlimited nonsense Google now is trying to make sure that people use their services more in line with ToS? At the end if somebody needs more robust performance there is always GCS which I hear from friends and customers works great. Of course it cost more:)
These are not free gdrive accounts - so the best way to clarify is to reach to google support asking for explanation. Then possibly rclone can accommodate what is needed.