Files are encrypted but im sure everything is right

Hey guys, having a problem with mounting rclone on google drive, i can only mount it with the files encrypted.

Im U20 LTS 64 I have the latest rclone.

The mount cmd im using is

mount gdrive:gdrive-crypt ~/mnt/gdrive --allow-other

here is my config

[gdrive]
type = drive
config_is_local = false
client_id = .apps.googleusercontent.com
client_secret =
scope = drive
token = {"access_token":""}
root_folder_id =

[crypt]
type = crypt
filename_encryption = standard
remote = gdrive:gdrive-crypt
directory_name_encryption = true
password2 =
password =

Thank u loads!

hi,

if you want to access the crypted files, then try
mount crypt: ~/mnt/gdrive --allow-other

thanks loads mate

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