DownloadFile
Download an existing file from your drive.
Input
Name | Type | Required | Description |
ResourcePath | String | False | The location of the resource. |
ResourceId | String | False | The Id of the resource to be downloaded. |
DriveId | String | False | The Id of the drive the resource is located in if this is different from the currrent user drive. |
LocalFile | String | False | The local file path including the file name for the location where the file will be saved on disk. Leave empty to keep the file in memory. |
Overwrite | String | False | What to do when downloaded file exists. Set true to overwrite. |
Result Set Columns
Name | Type | Description |
Success | String | File download results. |