Sign in

Upload file

documented

Upload a new file to Dropbox (content-upload endpoint).

POST /2/files/uploadFilesno 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/upload" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/octet-stream" \
  -H "Accept: application/json" \
  -H 'Dropbox-API-Arg: {"path":"{{$dropbox_path}}","mode":"add","autorename":true,"mute":false,"strict_conflict":false}' \
  -d "{{$file_content}}"
Upload file · Dropbox · OpenIntegrations