Google Drive · Authentication Profile
Google Drive Authentication
Authentication
Authentication profile for the Google Drive API v3. The captured OpenAPI does not declare securitySchemes, so this profile was upgraded from Google's Drive auth documentation. All Drive API requests require an OAuth 2.0 access token (three-legged for user data; two-legged service-account / domain-wide delegation for Workspace). API keys authenticate only fully public file reads. Scope detail lives in scopes/google-drive-scopes.yml.
Google Drive secures its APIs with oauth2 and apiKey across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode, deviceCode, and jwt-bearer flow(s).
Cloud StorageCollaborationDocument ManagementDriveFilesGoogleStorage
Methods: oauth2, apiKey
Schemes: 2
OAuth flows: authorizationCode, deviceCode, jwt-bearer
API key in: query
Security Schemes
OAuth2 oauth2
key apiKey