Skip to main content
GET
/
google
/
drive
/
folders
List Drive Folders
curl --request GET \
  --url https://api.adside.ai/google/drive/folders \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "code": "UNAUTHORIZED"
}

Documentation Index

Fetch the complete documentation index at: https://docs.adside.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (sk_live_*) — SHA256 hashed, looked up in Redis. Generate via the web app's workspace settings.

Query Parameters

parent_id
string

Google Drive parent folder ID. Defaults to "root" when omitted.

Response

Folder listing result with Drive folders