Skip to main content
GDocsResource exposes Google Docs as .gdoc.json files. Reads return the document’s structured content; writes update the doc in place via the Google Docs API. Setup steps for OAuth credentials live at Google Workspace Credentials.

Node

Browser

A PKCE example lives at examples/typescript/browser/src/gdocs_pkce.ts.

Config

Mount mode

read, partial write (text replacements via the Docs API). For the JSON shape and supported edits see the Python Google Docs docs.