drive_move
Move or rename a file or folder on Proton Drive. Use sourcePath and destinationPath; keep parent for rename, change parent for move.
Instructions
Move or rename a file or folder on Proton Drive. Requires authentication. To rename: keep the same parent, change only the filename (e.g. /my-files/old.pdf → /my-files/new.pdf). To move: provide a different parent folder. Fails if destinationPath is already occupied or if its parent folder does not exist. Do not use to copy a file (no copy operation exists — upload again instead) or to download to local storage (use drive_download).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Absolute remote path of the file or folder to move (must start with '/'). | |
| destinationPath | Yes | Absolute remote destination path (must start with '/'). Parent folder must exist. |