I downloader without no_data_encryption = true from dropbox and now I have some files, crypted. But name of the file is not crypted, but I can't open these files. And I remember that without in the .conf this no_data_encryption = true, file swas not readable.
Run the command 'rclone version' and share the full output of the command.
v1.68.1
Which cloud storage system are you using? (eg Google Drive)
Was dropbox, but I downloader some months ago, in local.
I know my pass, but I tried to mount the local folder with 13 option in Rclone, with my password, but I can't see my file in the folder. Strange.
The command you were trying to run (eg rclone copy /tmp remote:tmp)
PS D:\AUTORCLONI\RCLONE - DROPBOX> .\rclone.exe ls TEST: -vv
2024/10/23 23:34:33 DEBUG : rclone: Version "v1.67.0" starting with parameters ["D:\AUTORCLONI\RCLONE - DROPBOX\rclone.exe" "ls" "TEST:" "-vv"]
2024/10/23 23:34:33 DEBUG : Creating backend with remote "TEST:"
2024/10/23 23:34:33 DEBUG : Using config file from "D:\AUTORCLONI\RCLONE - DROPBOX\rclone.conf"
2024/10/23 23:34:33 DEBUG : Creating backend with remote "C:\Users\bobta\Desktop\TEST"
2024/10/23 23:34:33 DEBUG : fs cache: renaming cache item "C:\Users\bobta\Desktop\TEST" to be canonical "//?/C:/Users/bobta/Desktop/TEST"
2024/10/23 23:34:33 NOTICE: myfile.mkv: Skipping undecryptable file name: not an encrypted file - does not match suffix
2024/10/23 23:34:33 DEBUG : 2 go routines active
I don't know if is important when i triead to create the new remote to decrypt, because i don't remeber these answers:
Press Enter for the default (standard).
/ Encrypt the filenames.
1 | See the docs for the details.
\ (standard)
2 / Very simple filename obfuscation.
\ (obfuscate)
/ Don't encrypt the file names.
3 | Adds a ".bin", or "suffix" extension only.
\ (off)
and
Option directory_name_encryption.
Option to either encrypt directory names or leave them intact.
NB If filename_encryption is "off" then this option will do nothing.
Choose a number from below, or type in your own boolean value (true or false).
Press Enter for the default (true).
1 / Encrypt directory names.
\ (true)
2 / Don't encrypt directory names, leave them intact.
\ (false)