upload_file
Upload base64-encoded files to a Colab runtime without consuming a notebook cell execution slot.
Instructions
Writes a base64 encoded file into the Colab runtime through Colab's browser file upload API without consuming a notebook cell execution slot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| contentBase64 | Yes | ||
| overwrite | No | ||
| makeParents | No |