Get metadata
documentedRetrieve metadata for a file or folder at a given path.
POST /2/files/get_metadataFilesno 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://api.dropboxapi.com/2/files/get_metadata" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"path": "{{$path}}", "include_media_info": {{$include_media_info}}, "include_deleted": {{$include_deleted}}}'