POST
gdocs_documents_create.py
Requires
https://www.googleapis.com/auth/documents. Costs 1 against the provider’s own quota.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create a blank document with a title. Only the title is honoured — the document is created empty. To add content, call this and then documents_batch_update with the returned documentId.
from charter.packs import gdocs
result = await gdocs.documents_create.ainvoke({})
https://www.googleapis.com/auth/documents. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
body | DocumentsCreateBody | The document to create. Only the title is honoured. |
Was this page helpful?