---
title: "Sync a Google Drive connector"
method: POST
path: "/v1/integrations/google_drive/sync"
tags: ["integrations"]
---

# Sync a Google Drive connector

`POST /v1/integrations/google_drive/sync`

Queue an incremental Google Drive change sync.

## Request body

- GoogleDriveSyncParams — Parameters for manually syncing a Google Drive connector.
  - `installation_id` string, uuid, required — Google Drive installation ID

## Response `200`

Queued Google Drive sync

- GoogleDriveSyncResponse — Google Drive manual sync response.
  - `data` GoogleDriveSync, required — Result of triggering a Google Drive sync.
    - `installation_id` string, required — Google Drive installation ID
    - `queued` boolean, required — Whether an incremental sync was queued

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mixedbread/apis/mxbai-omni.md) · [All operations](https://skmtc.net/mixedbread/apis/mxbai-omni/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mixedbread/mxbai-omni/versions/2eece97b5ae5/schema)
