Integration Resources
List Google Drive folders
Lists Google Drive folders for the connected account, to resolve a folder_id for Google Drive trigger configs. Requires a USER API key.
get/public/v1/integrations/resources/googledrive/folders
Query parameters
querystring
Optional search query to filter folders by name
Example:example
Optional search query to filter folders by name
limitnumber
Example:1
connectedAccountIdnumber nullable
Example:1
Response
Folders
Example response
{
"folders": [
{
"id": "example",
"name": "example",
"createdTime": "example",
"modifiedTime": "example",
"webViewLink": "example"
}
],
"total": 1
}