drive_move
Move or rename files and folders on Proton Drive. Specify source path and destination path; rename by keeping same parent, move by changing folder. Requires existing parent folder and unoccupied destination.
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. |