What is the problem you are having with rclone?
I an trying to sync 2 remotes , both being shared drives . Its continuously spamming the error mentioned in question title for more than 2 hours and is still going on
What is your rclone version (output from rclone version
)
rclone v1.54.0-DEV
- os/arch: android/arm64
- go version: go1.15.6
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Android
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
)
rclone --config=$HOME/easyclone/rc.conf sync src: dst: --fast-list --drive-server-side-across-configs --drive-acknowledge-abuse --drive-keep-revision-forever --stats=10s -vvP --drive-chunk-size 128M --drive-use-trash=false --log-file=$HOME/easyclone/log.txt
The rclone config contents with secrets removed.
[src]
type = drive
scope = drive
team_drive = XXX..
service_account_file = $HOME/easyclone/accounts/1.json
[dst]
type = drive
scope = drive
root_folder_id = XXX..
service_account_file = $HOME/easyclone/accounts/2.json
A log from the command with the -vv
flag
The whole log is way too large and repetitive so here's the gdrive link
Note -
-
i am very well aware and noticed that this error is not always like fatal . I have noticed that whenever we start any rclone operation for the initial 1 or 2 mins it usually spams this error then resume normally and start listing all files but currently it's been over 2 hrs and all it is doing is spamming this continuously and it hasn't even started to list anything from my remote. . Even after hours , all there is in logs is above part from logs * many times and its still going on .
-
It is very unlikely that my upload limit is over because i hardly even used rclone today except for checking size and syncing a already identical remote remotes once
-
Also my service account has proper access to both the remotes no issues in that .
rclone --config=$HOME/easyclone/rc.conf lsd src: && rclone --config=$HOME/easyclone/rc.conf lsd dst:
properly return the folders inside the remotes
Attached below is the screenshot of the project api quota link which is being spammed