---
title: "Get Google Drive Auth Url"
method: GET
path: "/storage-providers/google-drive/auth-url"
tags: ["storage-providers"]
---

# Get Google Drive Auth Url

`GET /storage-providers/google-drive/auth-url`

Generate a Google OAuth authorization URL for Drive access.

## Query parameters

- `space_id` string, uuid, required

## Response `200`

Successful Response

- GoogleDriveAuthUrlResponse — OAuth authorization URL for Google Drive.
  - `auth_url` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
