Sign in

Download file

documented

Download a file’s contents from Dropbox (content-download endpoint).

POST /2/files/downloadFilesno 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://content.dropboxapi.com/2/files/download" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Dropbox-API-Arg: {\"path\": \"{{$path}}\"}" \
  -H "Content-Type: application/octet-stream" \
  -H "Accept: application/octet-stream" \
  # Dropbox API v2 content-download endpoint – see docs: https://www.dropbox.com/developers/documentation/http/documentation#files-download
Download file · Dropbox · OpenIntegrations