drive_move
Move or rename files and folders on Proton Drive to a new location. Specify the source and destination paths; for rename, change only the filename and keep the parent folder.
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) — or use drive_rename directly. 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 while keeping the original (use drive_copy) 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. |