Skip to main content

Google Docs connector

Back to the connector overview, authentication methods, and actions.
13 Aug 2026
bug-fixRemoved insertRichLink title and mimeType fields (output-only, API rejects on insert).
googledocs_update_document
13 Aug 2026
bug-fixFix updateNamedStyle fields mask — namedStyleType must always be included as selector. Remove insertRichLink title field (output-only, API rejects on insert).
googledocs_update_document
12 Aug 2026
new-params bug-fix description-fixAdd tab management (addDocumentTab, deleteTab, updateDocumentTabProperties), updateNamedStyle, insertRichLink, insertDate request types to update_document. Fix insertPerson output-only name field, change unit fields to PT-only enum. Add drive scope for insertRichLink. Improve includeTabsContent description.
googledocs_create_document, googledocs_get_document, googledocs_unified_get_me, googledocs_update_document
24 Jul 2026
bug-fixAdded includeTabsContent and suggestionsViewMode query params to get_document. Enables reading all document tabs instead of only the first tab.
googledocs_create_document, googledocs_get_document, googledocs_update_document
13 Jul 2026
bug-fixFixed unified_get_me’s dual field-mapping source, a constant enum leaking its source_value, and a nested status enum shipped as a bare scalar instead of the value/source_value shape.