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 a specific endpoint."],["Requires a unique request ID for idempotent creation and to prevent duplicate shared drives."],["Uses the `Drive` resource for both the request and response bodies, detailing shared drive properties."],["Needs authorization with the `https://www.googleapis.com/auth/drive` scope for access."],["Certain scopes might necessitate a security assessment before use, as detailed in the Authorization guide."]]],[]]