Skip to main content
GET
/
google
/
drive
/
files
List Drive Files
curl --request GET \
  --url https://api.adside.ai/google/drive/files \
  --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

folder_url
string
required

Google Drive folder URL or folder ID to list

Example:

"https://drive.google.com/drive/folders/1abc..."

Response

Folder listing result with Drive files