Connect to same folder from 2 different server

Trying to get connected to my gdrive from 2 different servers. One is a remote linux and the other is on Windows 10 with Plex.

I setup the Linux VM with rclone crypt and can access gdrive with no issue and the file are encrypted.
On the Windows side, I run rclone config to set up a remote with gdrive for authentication. I then copied the config file from Linux and ran rclone mount with the same options.

On Windows I see all the files from the root folder, but they are the encrypted versions. What step could I be missing?

[gdrive]
type = drive
client_id = *****
client_secret = *****
scope = drive
token = *****

[gcache]
type = cache
remote = gdrive:
plex_url = http://localhost:32400
plex_username = *****
plex_password = *****
chunk_size = 10M
info_age = 2d
chunk_total_size = 10G

[gcrypt]
type = crypt
remote = gcache:
filename_encryption = standard
directory_name_encryption = true
password = *****
password2 = *****

Well, turns out I accidentally mounted the cache vs the crypt remote on Windows.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.