Skip to main content
POST
/
google
/
drive
/
download
Download Drive File
curl --request POST \
  --url https://api.adside.ai/google/drive/download \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "file_id": "<string>"
}
'
"<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.

Body

application/json
file_id
string
required

Google Drive file ID to download

Response

Binary Drive file contents

The response is of type file.