drive_copy
Copy files or folders to a new location on Proton Drive while preserving the original. Use when you need a duplicate without moving the source.
Instructions
Copy a file or folder to another location on Proton Drive. Requires authentication. The original is preserved — this is not a move. Use drive_move when you want to relocate without keeping the original. Do not use to duplicate large folder trees without user awareness of the storage cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourcePath | Yes | Absolute remote Drive path of the file or folder to copy (must start with '/'). E.g. /my-files/report.pdf | |
| destinationPath | Yes | Absolute remote Drive path of the target parent folder (must start with '/'). E.g. /my-files/Archive |