UploadFileVersion
Uploads a new version of an existing File.
Input
Name | Type | Description |
FilePath | String | The path of the file including the name. |
FileId | String | The Id of the file to be modified. |
NewName | String | An optional new name for the file. If specified, the file will be renamed when the new version is uploaded. Provide the extension of the file within the name, for example: SampleFile.txt . |
AsUserId | String | The Id of the user you want to impersonate. Only works with Admin, Co-Admin and Service Accounts. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the file was successfully uploaded. |
ID | String | Id of the updated file. |