Required. An ID, such as a random UUID, which uniquely identifies this user's request for idempotent creation of a shared drive. A repeated request by the same user and with the same request ID will avoid creating duplicates by attempting to create the same shared drive. If the shared drive already exists a 409 error will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-17 UTC."],[[["Creates a new shared Google Drive using a POST request to the specified endpoint."],["Requires a unique `requestId` to ensure idempotent creation and prevent duplicates."],["The request body should contain a `Drive` resource, specifying the details of the new shared drive."],["A successful response will return the newly created `Drive` resource with assigned metadata."],["Requires authorization with the `https://www.googleapis.com/auth/drive` scope for access."]]],[]]