drive_comments_list
List comments on a Google Drive file to review feedback. Filter by modified time, include deleted comments, and paginate results to find relevant discussion threads.
Instructions
List comments on a file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | Fields to include (required by the API for this resource, e.g. "comments(id,content,author,resolved),nextPageToken") | |
| fileId | Yes | The file to list comments for | |
| pageSize | No | Max comments to return (default 20) | |
| pageToken | No | Page token from a previous call | |
| includeDeleted | No | Whether to include deleted comments (they have no content) | |
| startModifiedTime | No | Only return comments modified at or after this time (RFC 3339) |