Sign in

Download public resource

documented

Obtain a URL to download a public Disk resource.

GET /v1/disk/resources/download?public_key={public_key}Diskno 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/public/resources/download?public_key={{public_key}}&path={{path}}&fields={{fields}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: OAuth {{OAUTH2_ACCESS_TOKEN}}"
Download public resource · Yandex · OpenIntegrations