[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-12-21 (世界標準時間)。"],[[["Use the `q` field with the `drives.list` method to search for specific shared drives by combining search terms."],["Construct queries using `query_term operator values`, referencing the available search query terms and operators for precise filtering."],["Utilize parentheses to group multiple query terms for complex search logic, ensuring intended results."],["Most query terms require the `useDomainAdminAccess=true` flag for administrative access to shared drive data."],["Remember to escape special characters in file names within query strings for accurate matching."]]],["To filter shared drives, utilize the `q` field in `drives.list` with a query string consisting of `query_term`, `operator`, and `values`. Query terms specify fields to search, operators define conditions, and values are used to filter results. Multiple terms can be combined using `and` or `or`. Use `useDomainAdminAccess` for most terms. Parentheses can group terms for complex queries. Special characters in names require escaping with backslashes.\n"]]