Sign in

Save URL to Dropbox

documented

Save a URL to a file in Dropbox.

POST /2/files/save_urlFilesno 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://api.dropboxapi.com/2/files/save_url" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -d '{"path": "{{$path}}", "url": "{{$url}}"}'
Save URL to Dropbox · Dropbox · OpenIntegrations