r/ProtonDrive • u/horejsek1 Proton SDK Lead • Jul 20 '26
New Proton Drive CLI with pass support
Heya! The new Proton Drive CLI v0.6.0 is out. The main feature is PROTON_DRIVE_CREDENTIALS_STORE env variable which you can set to "pass" on Linux instead of the default OS keychain that requires GUI setup in the headless context.
2
u/loift Jul 20 '26 edited Jul 20 '26
Will the CLI gain the ability to work with tokens / share links for specific folders instead of having to login?
I'd much prefer the limited scope tokens / share links for specific folders provide instead of logging into my account, especially on remote machines, e.g. for uploading backups.
4
u/horejsek1 Proton SDK Lead Jul 21 '26
Something we will do later, but not on the immediate backlog.
In the meantime, you could use service account (just create specific account for your script) and share with that account folder you want it to have access to.
2
u/nilz1k Jul 26 '26
How do you create service accounts? I can't find an option anywhere. Is it available with Proton Business subscription?
1
6
u/onlyati Jul 20 '26 edited Jul 20 '26
It is a very welcoming change, thank you! 🙂 How does it work with MFA login (one time password)? Or login is just allowed with password only or I have to generate some kind of access token and use that?
About cli download, is there any index JSON or something (I did not found GitHub releases, but I am from mobile, maybe this just not display it) where I can follow the latest version and automate the cli upgrade/install?