Get thumbnail
documentedRequest a thumbnail image for a file.
POST /2/files/get_thumbnailFilesno 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/get_thumbnail" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Dropbox-API-Arg: {\"path\": \"{{$path}}\", \"format\": \"{{$format}}\", \"size\": \"{{$size}}\"}"