Disk
Written by
Updated at August 18, 2026
Note
Currently, there are two UIs that support Workflows: Yandex Cloud
- Workflows created in the Yandex Cloud UI are automatically available in the AI Studio UI.
- Workflows created in the AI Studio UI are not available in the Yandex Cloud UI.
Starting September 3, 2026, Workflows will no longer be supported in the Yandex Cloud UI. To create and manage workflows, use the AI Studio UI.
Interacting with files on Yandex Disk. The upload and download fields are mutually exclusive: you can use only one of them.
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
oauthToken |
string |
Yes | None | Yes | OAuth token |
path |
string |
Yes | None | Yes | Path to the file to upload or download |
upload |
DiskUpload | None | None | None | upload configuration: uploading a file to Yandex Disk |
download |
DiskDownload | None | None | None | download configuration: downloading a file from Yandex Disk |
DiskUpload object
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
content |
string |
Yes | None | Yes | Content to upload |
contentType |
BINARY|JSON|TEXT |
None | TEXT |
None | Sets how to interpret the data delivered to content: |
DiskDownload object
| Field name | Type | Required | Default value | Templating supported | Description |
|---|---|---|---|---|---|
contentType |
TEXT| BINARY| JSON| CSV| EXCEL |
None | BINARY |
None | Defines how to interpret the content:
|