What is the problem you are having with rclone?
Rclone or PLEX tripping the Gsuite download limit
What is your rclone version (output from rclone version
)
v1.57.0
Which cloud storage system are you using? (eg Google Drive)
Google Workspace
The rclone config contents with secrets removed.
[gdrive]
type = drive
client_id = *************************
client_secret = *********************
scope = drive
token = *****************************
[gcrypt]
type = crypt
remote = gdrive:/data/crypt
filename_encryption = standard
directory_name_encryption = true
password = *****************************
password2 = ****************************
[gcrypt-windows-backup]
type = crypt
remote = gdrive:/data/windows-backup
filename_encryption = standard
directory_name_encryption = true
password = **********************************
password2 = *********************************
A log from the command with the -vv
flag
ERROR : IO error: open file failed: googleapi: Error 403: The download quota for this file has been exceeded., downloadQuotaExceeded
I read a post from 2018 on this, but it didn't seem to get to any resolution other than saying an older version of Rclone was causing the problem and it was now resolved. I did see some options to check on in PLEX and will get to it shortly, but what in Rclone should I be checking to see if I'm running it with the correct settings?
Currently I run Rclone via a Windows Service using:
mount gcrypt: X: --config "c:\rclone\rclone.conf"
thanks