[[["易于理解","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"]],["最后更新时间 (UTC):2024-09-04。"],[[["Generates a set of file IDs for use in Google Drive create or copy requests."],["You can specify the number, space (drive or appDataFolder), and type (files or shortcuts) of IDs."],["The response provides a list of generated IDs, the space they're valid for, and a resource kind identifier."],["Requires authorization with one of the listed OAuth scopes (drive, drive.appdata, or drive.file)."]]],["This describes how to generate file IDs using a `GET` request to `https://www.googleapis.com/drive/v3/files/generateIds`. The request requires query parameters `count`, `space`, and `type`, with defaults for `space` and `type`. The request body must be empty. The response body includes a list of `ids`, the `space`, and a fixed `kind` string. Authorization requires specific OAuth scopes: `drive`, `drive.appdata`, or `drive.file`.\n"]]