POST
gdrive_replies_create.py
Requires
https://www.googleapis.com/auth/drive. 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 reply to a comment. Send content, or an action of resolve or reopen. content is required if no action is specified.
from charter.packs import gdrive
result = await gdrive.replies_create.ainvoke({"fileId": ..., "commentId": ..., "reply": ...})
https://www.googleapis.com/auth/drive. Costs 1 against the provider’s own quota.| Field | Type | Description |
|---|---|---|
fileId * | string | The ID of the file. |
commentId * | string | The ID of the comment. |
| Field | Type | Description |
|---|---|---|
reply * | Reply | The reply to create. |
Was this page helpful?