Download one file from a remote asset bundle
asset_download_bundle_entryExtract a single file from a ZIP bundle using HTTP byte ranges, caching only the selected entry locally without downloading the entire bundle.
Instructions
Extract one selected ZIP entry through HTTP byte ranges, cache it locally, and avoid downloading unrelated bundle contents. Requires explicit license acknowledgement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packId | Yes | ||
| uploadId | Yes | ||
| entryPath | Yes | ||
| acceptLicense | Yes | Required acknowledgement of the pack license returned by itch_list_downloads or asset_list_bundle_entries. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| packId | Yes | ||
| sha256 | Yes | ||
| license | Yes | ||
| uploadId | Yes | ||
| entryPath | Yes | ||
| sizeBytes | Yes | ||
| alreadyCached | Yes | ||
| attributionRequired | Yes | ||
| rangeBytesTransferred | Yes |