Skip to main content
GET
/
google
/
drive
/
file-metadata
Get Drive File Metadata
curl --request GET \
  --url https://api.adside.ai/google/drive/file-metadata \
  --header 'Authorization: Bearer <token>'
{
  "file_id": "<string>",
  "name": "<string>",
  "mime_type": "<string>",
  "parent_id": "<string>"
}

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

file_id
string
required

Google Drive file ID

Response

File metadata including parent folder ID

file_id
string
name
string
mime_type
string
parent_id
string | null

Parent folder ID, or null if not resolvable