drive_replies_list
List replies to a specific comment in a Google Drive file by providing the file ID and comment ID. Use this to retrieve or paginate through comment replies.
Instructions
List replies to a comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include (e.g. "replies(id,content,action),nextPageToken") | |
| fileId | Yes | The file the comment belongs to | |
| pageSize | No | Max replies to return (default 20) | |
| commentId | Yes | The comment to list replies for | |
| pageToken | No | Page token from a previous call | |
| includeDeleted | No | Whether to include deleted replies (they have no content) |