curl --request GET \
--url https://api.adside.ai/google/drive/folders \
--header 'Authorization: Bearer <token>'{
"error": "<string>",
"code": "UNAUTHORIZED"
}List subfolders in a Google Drive folder. Defaults to root (My Drive) when parent_id is omitted.
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.