[[["容易理解","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 (世界標準時間)。"],[[["Google Drive API v2 users can find v2-specific information in this section, alongside links to relevant v3 guide pages for context."],["Key differences between v2 and v3 include handling file revisions, custom file properties, shared drive support, file uploads, and search queries."],["When using v2 with shared drives, specific methods require the `supportsAllDrives=true` parameter."],["For a comprehensive list of differences between v2 and v3, consult the provided comparison reference."],["v2 utilizes different field names for search queries compared to v3, such as `title` instead of `name` and `createdDate` instead of `createdTime`."]]],["Google Drive API v2 differs from v3 in several ways. To download file revisions in v2, use the `downloadUrl` or `exportLinks`. Custom properties are accessed via the `properties` resource. Shared drive support requires `supportsAllDrives=true` for certain methods, with the added `trashedDate` field. When creating files, use the `convert` parameter. In v2 sharing, use both `role` and `additionalRoles`. Finally, search query fields `title`, `createdDate`, `modifiedDate`, and `lastViewedByMeDate` in v2 correspond to `name`, `createdTime`, `modifiedTime`, and `viewedByMeTime`, respectively, in v3.\n"]]