gdrive_copy
Duplicate any Google Drive file or template. Optionally rename the copy or place it in a different folder, with a dry-run preview to verify before committing.
Instructions
Copy a Google Drive file, optionally renaming and/or placing under a new folder.
Discovery: run gdrive_search or gdrive_list_folder first to obtain
file_name / file_id and destination folder values.
Use this for: duplicating a file/template.
Not for: moving the original file — see gdrive_move.
Use dry_run=True to preview the change without committing.
Args: file_name: Name of the file to copy new_name: Optional name for the copy destination_folder: Optional destination folder name destination_folder_id: Optional stable destination folder ID file_id: Optional stable file ID (preferred when known) dry_run: Preview the copy without committing it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| file_id | No | ||
| new_name | No | ||
| file_name | No | ||
| destination_folder | No | ||
| destination_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |