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