RenameResource
Renames a file or folder by specifying the current path and a new name; path casing changes are not supported.
Input
| Name | Type | Required | Description |
| Path | String | False | The full Dropbox path of the file or folder to be renamed (for example, /MyFolder/sample.txt). |
| NewName | String | False | The new name to assign to the file or folder (for example, SampleDocument.txt). |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns a value of True when the rename operation is successful; otherwise, returns False. |