upload_from_url
Upload a file to Yandex Disk by fetching it from a remote URL. Specify the destination path and choose whether to overwrite existing files.
Instructions
Upload a file to Yandex Disk by downloading it from a remote URL.
Args: url: Source URL to download the file from (must be http or https). path: Destination path on Yandex Disk (e.g. "/Downloads/file.zip"). overwrite: Overwrite if file already exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| path | Yes | ||
| overwrite | No |