curl --request GET \
--url https://apigcp.trynia.ai/v2/google-drive/installations/{installation_id}/browse \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request GET \
--url https://apigcp.trynia.ai/v2/google-drive/installations/{installation_id}/browse \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Optional Drive folder ID to browse
Optional Drive item name search
Pagination token from the previous response
Maximum Drive items to return
1 <= x <= 200Successful Response
Was this page helpful?