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

# Dropbox move item

> Move or rename a file or folder in the user's Dropbox. Both paths are absolute; the destination includes the final name, so moving and renaming are the…

`dropbox_move_item`

Move or rename a file or folder in the user's Dropbox. Both paths are absolute; the destination includes the final name, so moving and renaming are the same operation.

## Parameters

<ParamField path="fromPath" type="string" required>
  Current absolute path.
</ParamField>

<ParamField path="toPath" type="string" required>
  Destination absolute path, including the final name.
</ParamField>
