patrykcoding / rcloneExplorer

rclone explorer for Android
MIT License
346 stars 51 forks source link

My rclone.conf has two passwords for my crypt drive and I cannot unlock it #259

Closed hanglearning closed 4 years ago

hanglearning commented 4 years ago

While importing my rclone.conf, the app shows that "Configuration is password protected". When I press to unlock, no matter which password I give, it never passes. Which password shall I use to unlock my config file? Thanks.

x0b commented 4 years ago

In general, when rclone can't read the configuration file it assumes that it must be password protected and will prompt you for a password. There are multiple reasons as to why this might not work:

  1. The file is not encrypted, but causes a different error
  2. Your configuration file is encrypted, but the password contains a special character that somehow does not work
  3. You entered a wrong password.

Do you have a password set on the configuration file? Because if not, then it's basically just option 1.

hanglearning commented 4 years ago

@x0b thanks for your prompt reply! I don't think I have a password set on the config file. I just directly copied my config file from my Mac to my phone via Android file transfer. My config file just has a normal gdrive and a crypt drive on top of the normal gdrive which has two passwords.

I guess then it's due to option 1..

x0b commented 4 years ago

What happens when you try it out with the latest release from my fork?

hanglearning commented 4 years ago

@x0b wow hey you know what! Your build works a charm! Once I imported the config file two drives just showed up in the list! I didn't know you have a fork. Thanks for your help I really appreciate it! :grin:

hanglearning commented 4 years ago

Solved