upload_asset_chunk
Continue a multi-part file upload by sending the next base64-encoded chunk in order.
Instructions
Send one chunk of a base64-encoded file previously started with upload_asset_begin. Chunks must be sent in order, index starting at 0, with no gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | 0-based, contiguous chunk index | |
| uploadId | Yes | Upload ID returned by upload_asset_begin | |
| fileBase64Chunk | Yes | A slice of the full base64 string for this chunk |