Skip to main content
GDriveResource exposes a user’s Drive (My Drive plus shared drives the user can see) as a tree. Setup steps for OAuth credentials live at Google Workspace Credentials.

Node

Browser

The browser examples in examples/typescript/browser/src/gdrive_pkce.ts show a full PKCE flow that keeps the secret out of the page.

Config

Mount mode

read, partial write (uploads under /drive/owned/). For the mounted layout (owned/, shared/, mime-aware listings) see the Python Drive docs.