> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Copy File

> Create a copy of a file in Google Drive

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                |

## Inputs

| 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]'.                                   |

## Output

**Type**: `Dict`

Returns copied file details.

**Fields**: `message`, `file_id`, `file_name`, `file_url`, `original_file_id`
