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

# Move File

> Move a file or folder to another Dropbox folder, optionally renaming it

Move a file or folder to another Dropbox folder, optionally renaming it. Folders move with all their contents.

|                       |                       |
| --------------------- | --------------------- |
| **App**               | Dropbox               |
| **Operation ID**      | `dropbox_move_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. |
| `destination_folder` | string | No       | -       | Destination folder path from the Dropbox root, e.g. 'Approved/Q4'. Leave empty to move to the root.                                           |
| `new_name`           | string | No       | -       | Optionally rename the file while moving it.                                                                                                   |

## Output

**Type**: `Dict`

Returns the moved file.

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