Sign in

List apps

documented

Lists apps installed for the user.

GET /drive/v3/appsDriveno 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://www.googleapis.com/drive/v3/apps?appFilterExtensions={{$appFilterExtensions}}&appFilterMimeTypes={{$appFilterMimeTypes}}&languageCode={{$languageCode}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
List apps · Google Drive · OpenIntegrations