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