upload_file_chunk
Upload file chunks as base64 to a temporary Colab runtime file, enabling incremental file transfer through the browser upload API.
Instructions
Appends or writes one base64 chunk to a temporary upload file in the Colab runtime through Colab's browser file upload API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uploadId | Yes | ||
| path | Yes | ||
| chunkBase64 | Yes | ||
| chunkIndex | Yes | ||
| overwrite | No |