Sign in

Get upload URL

documented

Obtain a URL to upload a file to a path.

GET /v1/disk/resources/uploadDiskno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://cloud-api.yandex.net/v1/disk/resources/upload?path=%2F{{$path}}&overwrite={{$overwrite}}" \
  -X GET \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"