Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
GSheetsResource exposes Google Sheets as .gsheet.json and CSV-style files. Reads return cell values; writes update ranges via the Sheets API.
Setup steps for OAuth credentials live at Google Workspace Credentials.
Node
Browser
Config
| Field | Default | Notes |
|---|---|---|
clientId | required | Google OAuth client ID. |
clientSecret | required | Google OAuth client secret. Redacted in snapshots. |
refreshToken | required | User’s refresh token. Redacted in snapshots. |
refreshFn | built-in | Optional override for the access-token refresh callback. |
Mount mode
read, partial write (range updates).
For the layout, sheet/tab structure, and write semantics see the Python Sheets docs.