Google Drive Activity
No catalog description yet.
google-drive-activityv1.0.01 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_DRIVE_ACTIVITY_ACTIVITY_QUERY", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_DRIVE_ACTIVITY_ACTIVITY_QUERY", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_DRIVE_ACTIVITY_ACTIVITY_QUERY --data '{ }'Tool catalog
Available tools
1 callable operations
Driveactivity Activity QueryGOOGLE_DRIVE_ACTIVITY_ACTIVITY_QUERYQuery past activity in Google Drive.Connection2 scopes
Query past activity in Google Drive.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/drive.activityhttps://www.googleapis.com/auth/drive.activity.readonlyTags
activity