/gdocs/.
For Google OAuth setup, see Google Workspace Setup.
Config
Filesystem Layout
owned (documents you created) and shared
(documents shared with you). The filename shape is:
Cache
The Google Docs resource usesIndexCacheStore. Index entries store
document IDs and metadata. There is no separate content cache — file
content caching is handled by the workspace IOResult mechanism.
Example
examples/gdocs/gdocs.py for the full working example.
Shell Commands
Standard commands available on the mounted Google Docs tree:
Resource-specific commands:
gws-docs-documents-create
Create a new Google Docs document.
Returns the created document JSON.
gws-docs-documents-batchUpdate
Batch update a document.
Returns the batch update response JSON.
gws-docs-write
Append text to a document.
Returns the update response JSON.