What is your rclone version (output from rclone version)
v1.57.0
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The rclone config contents with secrets removed.
[gdrive]
type = drive
client_id = *[redacted]*
client_secret = *[redacted]*
scope = drive
token = *[redacted]*
team_drive =
[gcrypt]
type = crypt
remote = gdrive:/gdrive
filename_encryption = obfuscate
password = *[redacted]*
I have 2 remotes setup for my Google Worskspace unlimited account: Google Drive and Crypt. Crypt points to a subdirectory on the Google Drive remote.
I mounted the crypt remote using WinFsp and nssm to G:.
I used the following settings in nssm (found in a Reddit post):
mount --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level INFO --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off gcrypt: G: --config "C:\Users\UserName\AppData\Roaming\rclone\rclone.conf" --vfs-cache-mode full
I am uploading files using Rclone Browser with no issues. I have also played some 4k remux content on Plex with no issues. My Plex server is a Windows 10 PC. My Plex client is Nvidia Shield 2019.
I have had no issues so far, but before I move my entire 17TB library to the crypt remote, I'd like to know if the settings I am using are optimal or if they will result in an API ban and/or other issues. Thanks!