What is the problem you are having with rclone?
Using rclone mount for a GDrive and after a single plex scan, I'm getting error 403's on every file. The scan completes in seconds and the error will go away for after a day but then return.
ERROR : IO error: open file failed: googleapi: Error 403: The download quota for this file has been exceeded., downloadQuotaExceeded
Mounted drive/files are not shared with anyone else or accessed other than this one plex scan. Already turned off deep analysis, thumbnail generation and it definitely is not downloading full files. I have my own rclone clientID and secret and use a different one for another mount on the same machine. Oddly, it seems both mounts (again different teamdrive, different client ID and secret) get banned at the same time.
Suspect some issue with how I'm mounting perhaps? My intention is to mount read only and have the directory structure cached to speed things up.
What is your rclone version (output from rclone version
)
rclone v1.52.1-082-g017d7a53-vfs-beta
- os/arch: windows/amd64
- go version: go1.14.4
(only on beta to see if issue was resolved, same problem on v1.52.1)
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Win 10 x64
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 mount --allow-other --cache-dir "D:\rclone_cache" --dir-cache-time 72h0s --max-read-ahead 512k --no-checksum --no-modtime --read-only --vfs-cache-max-age 6h0s --vfs-cache-mode writes --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit off --buffer-size 128M --vfs-cache-poll-interval 5m0s --poll-interval 30m0s --log-level INFO --log-file D:\rclone_logs\rclone.log gdrive: C:\ServerApps\teamdrives\me3
The rclone config contents with secrets removed.
[gdrive]
type = drive
client_id = xxxx
client_secret = xxxx
scope = drive
use_trash = false
server_side_across_configs = true
token = {"access_token":"","token_type":"Bearer","refresh_token":" ","expiry":"2020-06-17T15:16:57.0302075-04:00"}
team_drive = xxxx
A log from the command with the -vv
flag
https://pastebin.com/embed_js/tN6XRjSh