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

# Rename File

> Rename a file or folder in Dropbox

Rename a file or folder in Dropbox

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

## Inputs

| Field      | Type   | Required | Default | Description                                                                                                                                   |
| ---------- | ------ | -------- | ------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `file`     | string | Yes      | -       | The file or folder to operate on: a path from the Dropbox root, e.g. 'Creative Ads/banner.png', or a file id ('id:...') from a previous node. |
| `new_name` | string | Yes      | -       | The new file name, e.g. 'banner\_final.png'.                                                                                                  |

## Output

**Type**: `Dict`

Returns the renamed file.

**Fields**: `file_id`, `file_name`, `file_path`
