---
title: "Trigger Google Drive Sync"
method: POST
path: "/google-drive/installations/{installation_id}/sync"
tags: ["Usage"]
---

# Trigger Google Drive Sync

`POST /google-drive/installations/{installation_id}/sync`

## Path parameters

- `installation_id` string, required

## Request body

- RoutesV2GoogleDriveGoogleDriveSyncRequest
  - `force_full` boolean — Force a full rebuild instead of incremental sync
  - `scope_ids` string[] — Optional sync scope IDs to limit the sync run

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/trynia/apis/nia-ai-api.md) · [All operations](https://skmtc.net/trynia/apis/nia-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trynia/nia-ai-api/revisions/d216ffc3efb6/schema)
