drive_list_replies
Retrieve all replies to a specific comment in a Google Drive file. Specify file and comment IDs to get a paginated list of replies.
Instructions
List replies to a comment on a Google Drive file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | Yes | The ID of the file | |
| pageSize | No | Maximum replies to return (default: 20) | |
| commentId | Yes | The ID of the comment |