---
title: "Grant Google Drive permission directly"
method: POST
path: "/grantpermission/googleDrive"
tags: ["GrantPermission"]
---

# Grant Google Drive permission directly

`POST /grantpermission/googleDrive`

## Request body

- object
  - `email` string, email, required
  - `file` string, required — Google Drive file ID

## Response `200`

Permission granted

- object
  - `message` string

## Other responses

- `400` — Bad request
- `500` — Server error

---

[API](https://skmtc.dev/hackforla/apis/vrms-api.md) · [All operations](https://skmtc.dev/hackforla/apis/vrms-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackforla/vrms-api/revisions/092c34cc0e58/schema)
