Integration component for Google Docs core operations, allowing creation, modification, deletion, and retrieval of document content.

Changelog

4 versions
v1.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Google Docs API.
v1.2.0
  • Added test() (Flow Test Mode) to all triggers: NewDocument, UpdatedDocument.
v1.1.0
  • CreateDocument: added HTML rich text support via contentType selector
v1.0.0
  • Initial version with Google Docs operations

Authentication

TypeDetails
OAuth 2
Authentication Hub Verified

This connector is globally authenticated and verified by Appmixer and is ready to use without registering your own OAuth application with the provider. Appmixer's Authentication Hub acts as an authentication proxy, so all OAuth-based connectors work out of the box. You can still use your own OAuth credentials (clientId and clientSecret) for enhanced customization or compliance — see the Connector Configuration section of the documentation. The Authentication Hub is enabled for all hosted Appmixer tenants; on self-managed installations it has to be explicitly set.

Scopes:
profile email

Triggers

2
New Document icon

New Document

Triggers when a new Google Docs document is created in your Google Drive.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Updated Document icon

Updated Document

Triggers when a Google Document is updated. Monitors for changes to document content, formatting, or metadata.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly

Actions

4
Create Document icon

Create Document

Creates a new Google document with the provided title and optional initial content. Supports plain text and HTML rich text formatting.
Additional Scopes:
https://www.googleapis.com/auth/drive
Delete Document icon

Delete Document

Deletes a specified document using its document ID.
Additional Scopes:
https://www.googleapis.com/auth/drive
Download Document icon

Download Document

Downloads a document in a specified format using its document ID.
Additional Scopes:
...//www.googleapis.com/auth/drive.readonly
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Google Docs API.
Additional Scopes:
https://www.googleapis.com/auth/drive