> ## 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.

# Select Files

> Select files from Google Drive using the file picker

Select files from Google Drive using the file picker

|                     |                      |
| ------------------- | -------------------- |
| **App**             | Google Drive         |
| **Operation ID**    | `drive_select_files` |
| **Type**            | Action               |
| **Connection**      | `drive` (required)   |
| **Credits per run** | 1                    |

## Inputs

| Field      | Type                                          | Required | Default | Description                             |
| ---------- | --------------------------------------------- | -------- | ------- | --------------------------------------- |
| `file_ids` | array (also accepts a comma-separated string) | Yes      | -       | Files selected from Google Drive picker |

## Output

**Type**: `List[Dict]`

Returns selected file details.

**Fields**: `file_id`, `file_name`, `file_url`, `file_type`
