Skip to content

rclone.conf import not working without password2 #35

@evanshrestha

Description

@evanshrestha

I have an rclone.conf similar to this:

[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf

However, when trying to import, the alert only shows a cancel button. I'm able to get it to work by adding a blank password2, like this:

[secret]
type = crypt
remote = someremotedrive:
filename_encryption = standard
directory_name_encryption = true
password = asdfasdfasdfasdfasdf
password2 =

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions