Download a ZIP archive
documentedDownload a ZIP file containing a folder’s contents.
POST /2/files/download_zipFilesno implementation yet0 runsNo 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_zip" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Dropbox-API-Arg: {\"path\": \"{{$path}}\"}" \
-H "Content-Type: application/octet-stream" \
-H "Accept: application/zip" \
-o "{{$zip_file}}.zip"