Skip to main content
Glama

Google Drive MCP Server

authplus.d.ts1.04 kB
import { AwsClient, BaseExternalAccountClient, Compute, ExternalAccountClient, GoogleAuth, GoogleAuthOptions, IdentityPoolClient, Impersonated, JWT, OAuth2Client, ProjectIdCallback, UserRefreshClient } from 'google-auth-library'; export declare class AuthPlus extends GoogleAuth { JWT: typeof JWT; Compute: typeof Compute; OAuth2: typeof OAuth2Client; GoogleAuth: typeof GoogleAuth; AwsClient: typeof AwsClient; IdentityPoolClient: typeof IdentityPoolClient; ExternalAccountClient: typeof ExternalAccountClient; private _cachedAuth?; /** * Override getClient(), memoizing an instance of auth for * subsequent calls to getProjectId(). */ getClient(options?: GoogleAuthOptions): Promise<Compute | JWT | UserRefreshClient | BaseExternalAccountClient | Impersonated>; /** * Override getProjectId(), using the most recently configured * auth instance when fetching projectId. */ getProjectId(): Promise<string>; getProjectId(callback: ProjectIdCallback): void; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/isaacphi/mcp-gdrive'

If you have feedback or need assistance with the MCP directory API, please join our Discord server