Authenticate with Proton Drive
proton_drive_auth_loginReturns a terminal command to authenticate with the local Proton Drive CLI using interactive credentials. Check authentication status afterward.
Instructions
Attempts to authenticate with the proton-drive CLI. Since the CLI requires interactive credentials (username, password, 2FA), the tool returns a command the user must run in their terminal. Check auth status with proton_drive_auth_status after running the command.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | If true, skips the already-authenticated check and returns login instructions. |