필수 항목입니다. 임의 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 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."]]],[]]