MoveResource
Move a file or folder to a different location in the user's Dropbox. If the source path is a folder all its contents will be moved. Note that we do not currently support case-only renaming.
Input
Name | Type | Required | Description |
From_Path | String | False | Path in the user's Dropbox to be copied or moved. |
To_Path | String | False | Path in the user's Dropbox that is the destination. |
Autorename | Boolean | False | If there's a conflict, have the Dropbox server try to auto rename the file to avoid the conflict. The default for this field is False. |
Allow_Ownership_Transfer | Boolean | False | Allow moves by owner even if it would result in an ownership transfer for the content being moved. This does not apply to copies. The default for this field is False. Not available for batch moves. |
ObjectPathsAggregate | String | False | An aggregate representing the object path. Can also be the name of a #TEMP table. |
Result Set Columns
Name | Type | Description |
Success | String | The status of the operation. |