Find corresponding encrypted file?

Is there any ways to find which path corresponds to an encrypted gdrive remote? I can view the decrypted folder structure but want to use the Google web interface to interact and check permissions for the encrypted file. Any thoughts?

I'm doing this due to getting the following error on only a few files so am trying to investigate further.

"Couldn't delete: googleapi: Error 403: The user does not have sufficient permissions for this file., insufficientFilePermissions"

hi,
might try --crypt-show-mapping

There are two seemingly identical ways to do this (I suspect it is for backwards compatibility)

$ rclone cryptdecode --reverse encryptedremote: filename1 [filename2...]
$ rclone backend encode encryptedremote: file1 [file2...]

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