---
title: "Browse Drive Folders"
method: GET
path: "/developer/transcript-filing/drive-browse"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Browse Drive Folders

`GET /developer/transcript-filing/drive-browse`

Read-only Drive folder picker for configuring the roots.

Deliberately requires only the impersonation email (not a configured
root) — it exists to FIND the root id when we have no direct access to
the customer's Drive. Lists shared drives and My Drive at the top
level, subfolders below. GET requests only.

## Query parameters

- `parent_id` string, nullable — Folder or shared-drive id to list. Omit for the top level (shared drives + My Drive).

## Response `200`

Successful Response

- DriveBrowseResponse — Children of the browsed location, plus breadcrumb context.
  - `entries` DriveBrowseEntry[], required
    - `id` string, required
    - `name` string, required
    - `kind` string, required
  - `parent_id` string, nullable
  - `parent_name` string, nullable
  - `at_root` boolean

## Other responses

- `422` — Validation Error

---

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