upload_local_file_background
Upload large local files to Yandex Disk in the background and get an immediate job ID to monitor progress, avoiding timeout issues.
Instructions
Start uploading a large local file to Yandex Disk in the background. Returns immediately with a job_id. Use get_upload_status(job_id) to check progress. Suitable for files of any size — no timeout issues.
Args: local_path: Absolute path to the file on the local filesystem. disk_path: Destination path on Yandex Disk (e.g. "/Videos/big_video.mp4"). overwrite: Overwrite if file already exists on Yandex Disk.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| disk_path | Yes | ||
| overwrite | No | ||
| local_path | Yes |