Documentation Index
Fetch the complete documentation index at: https://docs.svalync.com/llms.txt
Use this file to discover all available pages before exploring further.
Get Document
The Get Document node allows you to retrieve content and metadata from Google Docs documents.Overview
This node enables you to:- Retrieve document content
- Get document structure
- Extract text and formatting
- Access document metadata
- Get revision history
Configuration
| Parameter | Type | Description |
|---|---|---|
| Document ID | String | The ID of the Google Doc |
| Include Content | Boolean | Whether to include document content |
| Include Styles | Boolean | Whether to include formatting information |
| Suggest Mode | String | View mode (PREVIEW_SUGGESTIONS/SUGGESTING) |
Authentication
This node requires:- Google Cloud Project
- Google Docs API enabled
- Service account or OAuth2 credentials
- Read access to the document
Output
The node returns:- Document content
- Document metadata
- Formatting information
- Success/failure status
- Error messages if operation fails