download_file_chunk
Retrieve a specified chunk of a file from the Colab runtime as base64, using offset and maximum bytes parameters to control partial downloads.
Instructions
Reads one base64 chunk from a file in the Colab runtime through Colab's /files download API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| offset | No | ||
| maxBytes | No |