gdrive_move
Move a file to a different folder in Google Drive using file name or ID. Preview changes with dry-run before committing.
Instructions
Move a file to a different folder in Google Drive.
Discovery: run gdrive_list_folder or gdrive_search first to obtain
file_name / file_id and destination folder values.
Use this for: moving files between folders.
Not for: renaming a file in place — see gdrive_rename.
Use dry_run=True to preview the change without committing.
Args: file_name: Name of the file to move destination_folder: Name of the destination folder dry_run: Preview the move without committing it file_id: Optional stable file ID (preferred when known) destination_folder_id: Optional stable destination folder ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| file_id | No | ||
| file_name | No | ||
| destination_folder | No | ||
| destination_folder_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |