Inputs
Output
Type:Dict
Returns copied file details.
Fields: message, file_id, file_name, file_url, original_file_idDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a copy of a file in Google Drive
| App | Google Drive |
| Operation ID | drive_copy_file |
| Type | Action |
| Connection | drive (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
file_id | string | Yes | - | The file to copy from Google Drive. A string file ID. User can select the file using the official Google file picker. |
new_file_name | string | No | - | The name for the copied file. If not provided, will use ‘Copy of [original name]’. |
Dict
Returns copied file details.
Fields: message, file_id, file_name, file_url, original_file_id