Sign in

Continue listing folder contents

documented

Continue a paginated list_folder call using a cursor.

POST /2/files/list_folder/continueFilesno 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/list_folder/continue" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"cursor": "{{$cursor}}"}'
Continue listing folder contents · Dropbox · OpenIntegrations