aleqsd/Zoho WorkDrive Download
Download files from Zoho WorkDrive into your workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client_id | Zoho OAuth client identifier | yes | — |
| client_secret | Zoho OAuth client secret | yes | — |
| refresh_token | Zoho OAuth refresh token | yes | — |
| resource_id | WorkDrive resource ID of the file or folder to download | no | — |
| download_url | Direct WorkDrive download URL (alternative to resource_id) | no | — |
| destination | Destination directory or file path where the download should be stored | no | zoho-downloads |
| region | Zoho account region (com, eu, in, com.cn, com.au, jp) | no | com |
| organization_id | Optional WorkDrive organization identifier | no | — |
| workspace_id | Optional WorkDrive workspace identifier | no | — |
| version_id | Specific file version identifier to download | no | — |
| timeout_ms | Request timeout in milliseconds | no | 120000 |
| retries | Number of retries when the download fails with transient errors | no | 2 |
| overwrite | Overwrite the destination file if it already exists | no | false |
| follow_folder_structure | Preserve folder structure as provided by WorkDrive when saving files | no | true |
Outputs
| name | description |
|---|---|
| file_name | Name of the downloaded file |
| file_path | Absolute path to the downloaded file on the runner |
| content_type | Content type returned by Zoho WorkDrive |
| file_size | Size of the downloaded file in bytes if available |