{
  "id": "google-docs",
  "name": "Google Docs",
  "description": "Docs authoring and Google Workspace document automation.",
  "categories": [
    "Documents",
    "Knowledge base"
  ],
  "appUrl": "https://workspace.google.com/products/docs/",
  "docsUrl": "https://developers.google.com/identity/protocols/oauth2",
  "notes": "Current managed connector accepts a Google access token manually; a full OAuth connect flow can remove token copy/paste.",
  "popularityRank": 2,
  "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/documents.readonly"
          ]
        }
      },
      "http": {
        "apiBaseUrl": "https://docs.googleapis.com",
        "openApiUrl": "https://api.apis.guru/v2/specs/googleapis.com/docs/v1/openapi.json"
      }
    }
  ]
}
