UploadFile
Uploads a File. Requires the files.content.read scope.
Input
Name | Type | Required | Description |
LocalFilePath | String | True | Path of the local file to be uploaded in Dropbox |
Path | String | True | Path in the user's Dropbox to save the file. |
Mode | String | False | Selects what to do if the file already exists.
The allowed values are add, overwrite, update. The default value is add. |
Autorename | String | False | If there's a conflict, as determined by mode, have the Dropbox server try to autorename the file to avoid conflict. |
Mute | String | False | If true, this tells the clients that this modification shouldn't result in a user notification. |
Result Set Columns
Name | Type | Description |
Success | String | Whether or not the file was successfully uploaded. |
Id | String | Id of the uploaded file. |