প্রয়োজন। একটি আইডি, যেমন একটি র্যান্ডম 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 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."]]],[]]