?
searchGoogleDrive
Search for files in Google Drive by keyword.
mindstudio.searchGoogleDrive({ query, exportType }) → Result
Searches a connected Google Drive for files by keyword.
Parameters
query
string
RequiredSearch keyword
limit
number
Max files to return (default: 20)
connectionId
string
Google OAuth connection ID
exportType
string
RequiredFormat for the variable output: "json" or "text"
jsontext
Call from a method
import { mindstudio } from '@mindstudio-ai/agent'; const result = await mindstudio.searchGoogleDrive({ query: /* ... */, exportType: /* ... */ });