CopyResource
Creates a copy of a file or folder at a new Dropbox location; entire folder trees are duplicated if a folder is specified.
Input
| Name | Type | Required | Description |
| From_Path | String | False | The full path of the file or folder in the user's Dropbox that should be copied or moved. |
| To_Path | String | False | The destination path in the user's Dropbox where the copied or moved item should be placed. |
| Autorename | Boolean | False | When set to true, Dropbox will automatically rename the file or folder to avoid conflicts at the destination. The default value is False. |
| Allow_Ownership_Transfer | Boolean | False | When set to true, permits the owner to move content even if the action would result in a change of ownership. This setting applies only to move operations, not copies. The default value is False. |
| ObjectPathsAggregate | String | False | An aggregate of object paths to be copied or moved. This can also reference a #TEMP table containing the paths. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of True when the operation completed successfully; otherwise, returns False. |