---
title: "Update Google Drive setting"
method: PUT
path: "/google-drive-settings/{id}"
tags: ["google-drive-settings"]
---

# Update Google Drive setting

`PUT /google-drive-settings/{id}`

Updates the setting (name, schedule) for Google Drive data sources.

Required scope: \`ingestion:manage\`

## Path parameters

- `id` string, required

## Request body

- UpdateGoogleDriveSettingRequest
  - `name` string, required — Name of the Google Drive data source
  - `rrule` string — Recurrence rule (RFC 5545 RRULE). Empty string or omission removes the existing schedule.

## Response `200`

Successfully updated Google Drive setting

- GoogleDriveSetting
  - `id` string, required — Google Drive ingestion setting ID
  - `name` string, required — Name of the Google Drive ingestion setting
  - `folder_url` string, required — Google Drive folder URL
  - `rrule` string — Recurrence rule (RFC 5545 RRULE)
  - `secret_id` string — ID of the associated secret

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

## Changes

> 71 revisions in range; 18 not diffed.

- **2026-03-23** `67ced9b6f5ba` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/qlonolink/apis/qaip-apis/changes/google-drive-settings/:id/put.md)

---

[API](https://skmtc.dev/qlonolink/apis/qaip-apis.md) · [All operations](https://skmtc.dev/qlonolink/apis/qaip-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/qlonolink/qaip-apis/revisions/61dc40676905/schema)
