drive_list_comments
List comments on a Google Drive file using existing Drive access. Retrieve comments by file ID or URL with optional filters for deleted, resolved, or modified time.
Instructions
List comments on a Google Drive file visible to an account. Uses existing narrow Drive access and does not broaden scopes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | Email or alias (uses active account if omitted) | |
| page_token | No | Pagination token from a previous comments response | |
| max_results | No | ||
| file_id_or_url | Yes | Google Drive/Docs file ID or URL | |
| include_deleted | No | Whether to include deleted comments. Defaults to false. | |
| include_resolved | No | Whether to include resolved comments. Defaults to false. | |
| start_modified_time | No | Optional RFC 3339 timestamp; only comments modified after this time are returned by Drive. |