UploadFile
Upload a new file or update content to an existing file.
Input
| Name | Type | Required | Description |
| ParentId | String | True | At what parent to upload the file. |
| DriveId | String | False | The Id of the drive to upload the file to if this is different from the currrent user drive. |
| FileName | String | True | Name of the file you'll upload content to. |
| Content | String | False | File content to be uploaded. |
| LocalFile | String | False | Local file containing the content to be uploaded. |
Result Set Columns
| Name | Type | Description |
| Success | String | File upload results. |