Download Cloud File
cloud.downloadDownload a file from an HTTPS URL to your local project workspace, syncing cloud-side files to local disk.
Instructions
Download a ChatGPT/App-provided HTTPS file URL into an approved local workspace. Use this when a cloud-side file has a download link and should be synced to local disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | ||
| url | Yes | ||
| file | Yes | ||
| overwrite | No | ||
| maxBytes | No | ||
| expectedSha256 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| bytes | Yes | ||
| sha256 | Yes | ||
| contentType | No | ||
| sourceUrlHost | Yes |