move_file
Move Google Drive files to different folders, with options to remove from original locations or keep in multiple folders simultaneously.
Instructions
Move a file to a different folder in Google Drive.
By default, removes the file from all current parent folders. Set remove_from_current_parents=False to keep the file in multiple locations.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | The ID of the file to move | |
| new_parent_folder_id | Yes | The ID of the destination folder | |
| remove_from_current_parents | No | Whether to remove from current parent folders |