google-drive_search_files
Find files in Google Drive using advanced search queries that combine full text, mimeType, and other criteria. Paginate, sort, and include files from all drives.
Instructions
Advanced file search with complex query syntax
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Advanced search query (e.g., 'fullText contains "keyword" and mimeType contains "google-apps"') | |
| fields | No | Fields to return - IMPORTANT: Must use format 'files(id,name,mimeType,size,parents,webViewLink)' for list endpoints. Do NOT use 'id,name,mimeType' format. | |
| orderBy | No | Sort order for search results | |
| pageSize | No | Maximum number of results to return | |
| pageToken | No | Page token for pagination | |
| supportsAllDrives | No | Whether to support shared drives | |
| includeItemsFromAllDrives | No | Whether to include files from all drives |