UpdateFile
Update a File.
Input
| Name | Type | Description |
| FileID | String | The Id of the file to copy. |
| NewName | String | An optional new name for the copied file. |
| Description | String | An optional description for the file. |
| Parent | String | An optional new parent folder for the file. This can be used to move the file to a new folder. |
| CanDownload | String | Defines who is allowed to download this file. The possible values are either 'open' for everyone or 'company' for the other members of the user's enterprise. |
| Tags | String | A comma-separated list of tags for this item. There is a limit of 100 tags per item, and 10,000 unique tags per enterprise. |
Result Set Columns
| Name | Type | Description |
| Success | String | Whether or not the operation was successful. |
| ID | String | Id of the copied file. |