Overview
Add Google Docs to any ModuleX agent or workflow. Create, read, and edit Google Docs documents via the Google Docs API (docs.googleapis.com/v1).
Authentication
OAuth2 Authentication
Connect using Google OAuth (recommended)Required Credentials
OAuth Configuration
- Authorization URL:
https://accounts.google.com/o/oauth2/v2/auth - Token URL:
https://oauth2.googleapis.com/token - Scopes:
https://www.googleapis.com/auth/documents
Available Actions
append_image — Append an image to the end of a Google Docs document
append_image — Append an image to the end of a Google Docs document
append_text — Append text to an existing Google Docs document
append_text — Append text to an existing Google Docs document
create_document — Create a new Google Docs document with optional text content
create_document — Create a new Google Docs document with optional text content
get_document — Get the contents of a Google Docs document
get_document — Get the contents of a Google Docs document
get_tab_content — Get the content of specific tabs in a Google Docs document
get_tab_content — Get the content of specific tabs in a Google Docs document
insert_page_break — Insert a page break into a Google Docs document at a specified index
insert_page_break — Insert a page break into a Google Docs document at a specified index
insert_table — Insert a table into a Google Docs document at a specified index
insert_table — Insert a table into a Google Docs document at a specified index
insert_text — Insert text into a Google Docs document at a specified index
insert_text — Insert text into a Google Docs document at a specified index
replace_image — Replace an existing image in a Google Docs document with a new one
replace_image — Replace an existing image in a Google Docs document with a new one
Limits & Quotas
- Google Docs API: 300 read requests per minute per user, 60 write requests per minute per user.
- Error model: non-2xx responses and timeouts are caught and returned as
success=False+errorrather than raising.