file_upload
Upload a file to Kaggle to obtain a token for dataset creation. Provide file name and text content.
Instructions
Upload a file to Kaggle and get a token for dataset_create.
Args:
file_name: File name (e.g. 'data.csv', 'config.json').
content: File content as text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_name | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |