{
  "id": "google-drive",
  "name": "Google Drive",
  "description": "File search, metadata, folders, and document discovery.",
  "categories": [
    "Storage",
    "Documents"
  ],
  "appUrl": "https://workspace.google.com/products/drive/",
  "docsUrl": "https://developers.google.com/identity/protocols/oauth2",
  "notes": "Natural expansion of the Google Workspace surface beyond Google Docs.",
  "popularityRank": 6,
  "connectionOptions": [
    {
      "id": "oauth",
      "provider": "http",
      "auth": {
        "strategy": "oauth2",
        "oauth": {
          "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth",
          "tokenUrl": "https://oauth2.googleapis.com/token",
          "scopes": [
            "https://www.googleapis.com/auth/drive.metadata.readonly"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://www.googleapis.com/drive/v3",
        "openApiUrl": "https://api.apis.guru/v2/specs/googleapis.com/drive/v3/openapi.json"
      }
    }
  ]
}
