changedInput schema / properties / corpora / description
Previous value: -"Bodies of items to query (e.g., 'user', 'domain', 'drive', 'allDrives').\n If 'drive_id' is specified and 'corpora' is None, it defaults to 'drive'.\n Otherwise, Drive API default behavior applies. Prefer 'user' or 'drive' over 'allDrives' for efficiency."New value: +"Scope — \"user\", \"domain\", \"drive\", or \"allDrives\".\nDefaults to \"drive\" when drive_id is set. Prefer \"user\" or\n\"drive\" over \"allDrives\" for performance."
changedInput schema / properties / detailed / description
Previous value: -"Whether to include size, modified time, and link in results. Defaults to True."New value: +"True (default) includes size, modified time, webViewLink\nper file; False returns just name/ID/type."
changedInput schema / properties / drive_id / description
Previous value: -"ID of the shared drive to search. If None, behavior depends on `corpora` and `include_items_from_all_drives`."New value: +"Shared drive ID to restrict the search. Omit for My\nDrive + shared-with-me."
changedInput schema / properties / file_type / description
Previous value: -"Restrict results to a specific file type. Accepts a friendly\n name ('folder', 'document'/'doc', 'spreadsheet'/'sheet',\n 'presentation'/'slides', 'form', 'drawing', 'pdf', 'shortcut',\n 'script', 'site', 'jam'/'jamboard') or any raw MIME type\n string (e.g. 'application/pdf'). Defaults to None (all types)."New value: +"Friendly alias (\"folder\", \"doc\", \"sheet\", \"slides\",\n\"form\", \"drawing\", \"pdf\", \"shortcut\", \"script\", \"site\",\n\"jamboard\") or raw MIME type (\"application/pdf\"). Adds a\nmimeType filter."
changedInput schema / properties / include_items_from_all_drives / description
Previous value: -"Whether shared drive items should be included in results. Defaults to True. This is effective when not specifying a `drive_id`."New value: +"True (default) to include shared\ndrive items when drive_id is omitted."
changedInput schema / properties / order_by / description
Previous value: -"Sort order. Comma-separated list of sort keys with optional 'desc' modifier.\n Valid keys: 'createdTime', 'folder', 'modifiedByMeTime', 'modifiedTime',\n 'name', 'name_natural', 'quotaBytesUsed', 'recency', 'sharedWithMeTime',\n 'starred', 'viewedByMeTime'. Example: 'modifiedTime desc' or 'folder,modifiedTime desc,name'.\n Defaults to None (Drive API default ordering)."New value: +"Comma-separated sort keys: createdTime, folder,\nmodifiedByMeTime, modifiedTime, name, name_natural,\nquotaBytesUsed, recency, sharedWithMeTime, starred,\nviewedByMeTime. Append \" desc\" to reverse. Example:\n\"folder,modifiedTime desc,name\"."
changedInput schema / properties / page_size / description
Previous value: -"The maximum number of files to return. Defaults to 10."New value: +"Max files returned, 1-1000. Default 10."
changedInput schema / properties / page_token / description
Previous value: -"Page token from a previous response's nextPageToken to retrieve the next page of results."New value: +"Cursor from a prior response's `nextPageToken`."
changedInput schema / properties / query / description
Previous value: -"The search query string. Supports Google Drive search operators.\n NOTE: Owner-based queries ('user@example.com' in owners) DO NOT WORK in Shared Drives\n because files are owned by the shared drive itself, not individual users.\n For recent files by a specific user in Shared Drives, search by modifiedTime\n and use order_by='modifiedTime desc' instead."New value: +"Free text (auto-wrapped) or a Drive query expression like\n`name contains 'Q3' and mimeType = 'application/pdf' and\nmodifiedTime > '2026-01-01T00:00:00'`. Owner-based queries\n(\"x@y.com in owners\") do NOT work inside shared drives —\nsearch by modifiedTime and order_by=\"modifiedTime desc\"\ninstead."
changedInput schema / properties / user_google_email / description
Previous value: -"The user's Google email address. Required."New value: +"The user's Google email address (authenticated\naccount)."