---
title: "POST /files/{fileId}/approvals/{approvalId}:comment"
method: POST
path: "/files/{fileId}/approvals/{approvalId}:comment"
tags: ["approvals"]
---

# POST /files/{fileId}/approvals/{approvalId}:comment

`POST /files/{fileId}/approvals/{approvalId}:comment`

Comments on an approval. For more information, see [Manage approvals](https://developers.google.com/workspace/drive/api/guides/approvals). This sends a notification to both the initiator and the reviewers. Additionally, a message is also added to the approval activity log.

## Path parameters

- `fileId` string, required
- `approvalId` string, required

## Request body

- CommentApprovalRequest — Request for commenting on an approval.
  - `message` string — Required. A message to comment on the approval. This message is included in notifications for the action and in the approval activity log.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/drive.md) · [All operations](https://skmtc.dev/google/apis/drive/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/drive/revisions/f3444ff3fae2/schema)
