dropbox_move
Move or rename files and folders on Dropbox without downloading. Supports auto-rename if destination exists.
Instructions
Move or rename a file or folder on Dropbox server-side (no download/re-upload). Use for cross-folder relocation or renaming. Set autorename=true to auto-rename instead of failing when the destination already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from_path | Yes | Current Dropbox path | |
| to_path | Yes | New Dropbox path | |
| autorename | No | If destination exists, auto-rename instead of failing (default false) |