drive_comments_get
Retrieve a specific comment from a Google Drive file using its comment ID. Optionally include deleted comments and select fields to return.
Instructions
Get a single comment on a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to include (required by the API for this resource, e.g. "id,content,author,resolved,replies") | |
| fileId | Yes | The file the comment belongs to | |
| commentId | Yes | The comment to retrieve | |
| includeDeleted | No | Whether to return the comment if it has been deleted (it will have no content) |