Zorunlu. Bu kullanıcının benzersiz bir ortak Drive oluşturma isteğini benzersiz şekilde tanımlayan, rastgele UUID gibi bir kimlik. Aynı kullanıcı tarafından ve aynı istek kimliğine sahip tekrarlanan istekler, aynı ortak Drive'ı oluşturmaya çalışarak yinelemelerin oluşturulmasını önler. Ortak Drive zaten varsa 409 hatası döndürülür.
Başarılı olursa yanıt gövdesi, yeni oluşturulan Drive örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamını gerektirir:
https://www.googleapis.com/auth/drive
Bazı kapsamlar kısıtlanmıştır ve uygulamanızın bunları kullanabilmesi için güvenlik değerlendirmesi yapılması gerekir. Daha fazla bilgi için Yetkilendirme kılavuzuna göz atın.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]