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

# Get Files

> Fetch specific Dropbox files by path or id and return fresh temp public download URLs (valid ~4 hours) that can be used for example to upload creatives to ads platforms

Fetch specific Dropbox files by path or id and return fresh temp public download URLs (valid \~4 hours) that can be used for example to upload creatives to ads platforms.

|                      |                      |
| -------------------- | -------------------- |
| **App**              | Dropbox              |
| **Operation ID**     | `dropbox_get_files`  |
| **Type**             | Action               |
| **Connection**       | `dropbox` (required) |
| **Credits per run**  | 1                    |
| **Agent / MCP tool** | Yes                  |

## Inputs

| Field   | Type                                          | Required | Default | Description                                                                                                                   |
| ------- | --------------------------------------------- | -------- | ------- | ----------------------------------------------------------------------------------------------------------------------------- |
| `files` | array (also accepts a comma-separated string) | No       | -       | The files to fetch: paths from the Dropbox root, e.g. 'Creative Ads/banner.png', or file ids ('id:...') from a previous node. |

## Output

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

Returns the requested files with fresh download URLs.

**Fields**: `file_id`, `file_name`, `file_path`, `is_folder`, `size`, `modified_at`, `download_url`
