How can I remove my configuration password?

PS C:\Users\anyUSER> rclone config
Current remotes:

Name                 Type
====                 ====
gdrive1                drive
gdrive2                drive

e) Edit existing remote
n) New remote
d) Delete remote
r) Rename remote
c) Copy remote
s) Set configuration password
q) Quit config
e/n/d/r/c/s/q> s
Your configuration is not encrypted.
If you add a password, you will protect your login information to cloud services.
a) Add Password
q) Quit to main menu
a/q>

rclone do not have option to remove password

It does, you'd have to have an encrypted config before you see the option do decrypt it / turn off the password.

Your configuration is encrypted.
c) Change Password
u) Unencrypt configuration
q) Quit to main menu
c/u/q> u
Your configuration is not encrypted.
If you add a password, you will protect your login information to cloud services.
a) Add Password
q) Quit to main menu
a/q>

... But there in your posted code is not a "delete password" option

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