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

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

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

Approves an approval. For more information, see [Manage approvals](https://developers.google.com/workspace/drive/api/guides/approvals). This is used to update the ReviewerResponse of the requesting user with a Response of `APPROVED`. If this is the last required reviewer response, this also completes the approval and sets the approval Status to `APPROVED`.

## Path parameters

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

## Request body

- ApproveApprovalRequest — Request for approving an approval as a reviewer.
  - `message` string — Optional. A message to accompany the reviewer response 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)
