MoveResource
Moves a file or folder to a different path within the user's Dropbox. This operation supports moving entire folder contents.
Input
| Name | Type | Required | Description |
| From_Path | String | False | The full Dropbox path of the file or folder to be moved. |
| To_Path | String | False | The destination Dropbox path where the file or folder should be moved. |
| Autorename | Boolean | False | When set to true, Dropbox will automatically rename the file or folder to avoid name conflicts at the destination. The default value is False. |
| Allow_Ownership_Transfer | Boolean | False | When set to true, allows the owner to move content even if it results in a change of ownership. This setting applies only to move operations, not copies. Not supported for batch moves. The default value is False. |
| ObjectPathsAggregate | String | False | An aggregate of object paths to be moved. This can also refer to a #TEMP table containing the paths. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of True when the move operation is completed successfully; otherwise, returns False. |