필수 항목입니다. 임의 UUID와 같은 ID로, 이 사용자의 공유 드라이브 생성 요청을 고유하게 식별합니다. 동일한 사용자와 요청 ID가 동일한 요청을 반복해서 요청하면 동일한 공유 드라이브를 만들려고 하여 중복이 생성되지 않도록 합니다. 공유 드라이브가 이미 있는 경우 409 오류가 반환됩니다.
[[["이해하기 쉬움","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-09-04(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."]]],[]]