---
title: "Import Drive Folder"
method: POST
path: "/api/v1/quick-spaces/folders/import-drive"
tags: ["quickSpaces", "quickSpaces"]
---

# Import Drive Folder

`POST /api/v1/quick-spaces/folders/import-drive`

Import a public Google Drive folder's files (and its subfolder structure) — no AI, same
deterministic tagging any other upload gets. Works in both the studio library (space_id
omitted) and inside a project, and can target an existing folder to import INTO.

## Request body

- DriveImportRequestDTO — Import a public Google Drive folder's files (and its subfolder structure) into Quick Spaces — no AI involved; files get the same deterministic tagging a normal upload gets.
  - `drive_url` string, required
  - `folder_id` string, nullable
  - `space_id` string, nullable

## Response `201`

Successful Response

- DriveImportResponseDTO — The outcome of one Drive import — best-effort: a folder that partly fails still reports what DID land, rather than losing the whole batch over one bad file.
  - `imported_files` integer
  - `imported_folders` integer
  - `skipped` string[]
  - `errors` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
