ज़रूरी है. कोई आईडी, जैसे कि कोई भी यूयूआईडी, जो उपयोगकर्ता के उस अनुरोध की पहचान करता है जिसमें 'शेयर की गई ड्राइव' को आईडी के बिना बनाने का अनुरोध किया गया था. अगर एक ही उपयोगकर्ता और एक ही अनुरोध आईडी का बार-बार अनुरोध किया जाता है, तो एक ही 'शेयर की गई ड्राइव' बनाने की कोशिश करने पर, डुप्लीकेट कॉन्टेंट नहीं बनेगा. अगर शेयर की गई ड्राइव पहले से मौजूद है, तो 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-03 (UTC) को अपडेट किया गया."],[[["Creates a new shared drive using a POST request to the specified endpoint."],["Requires a unique `requestId` to ensure idempotent creation and avoid duplicates."],["The request body should contain a `Drive` resource defining the shared drive properties."],["A successful response returns the newly created `Drive` resource."],["Requires authorization with the `https://www.googleapis.com/auth/drive` scope."]]],["This document details the process for creating a shared drive via an API. A `POST` request is sent to the specified URL. The request must include a unique `requestId` as a query parameter for idempotent creation. The request body requires a `Drive` instance. Upon success, a new `Drive` instance is returned in the response. The `https://www.googleapis.com/auth/drive` authorization scope is required for this operation.\n"]]