প্রয়োজন। একটি আইডি, যেমন একটি র্যান্ডম UUID, যা একটি শেয়ার্ড ড্রাইভ তৈরি করার জন্য এই ব্যবহারকারীর অনুরোধটিকে অনন্যভাবে সনাক্ত করে৷ একই ব্যবহারকারীর বারবার অনুরোধ এবং একই অনুরোধ আইডি দিয়ে একই শেয়ার্ড ড্রাইভ তৈরি করার চেষ্টা করে ডুপ্লিকেট তৈরি করা এড়াবে। যদি শেয়ার্ড ড্রাইভ আগে থেকেই থাকে তাহলে একটি 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-10-30 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."]]],[]]