বিজ্ঞপ্তি ইমেলে অন্তর্ভুক্ত করার জন্য একটি সাধারণ পাঠ্য কাস্টম বার্তা৷
enforceSingleParent (deprecated)
boolean
অপ্রচলিত: বিস্তারিত জানার জন্য moveToNewOwnersRoot দেখুন।
moveToNewOwnersRoot
boolean
এই প্যারামিটারটি শুধুমাত্র তখনই কার্যকর হবে যদি আইটেমটি শেয়ার্ড ড্রাইভে না থাকে এবং অনুরোধটি আইটেমের মালিকানা হস্তান্তর করার চেষ্টা করে। true সেট করা থাকলে, আইটেমটি নতুন মালিকের আমার ড্রাইভ রুট ফোল্ডারে সরানো হবে এবং সমস্ত পূর্ববর্তী অভিভাবকদের সরিয়ে দেওয়া হবে৷ false সেট করা হলে, পিতামাতা পরিবর্তন করা হয় না।
sendNotificationEmail
boolean
ব্যবহারকারী বা গোষ্ঠীতে ভাগ করার সময় একটি বিজ্ঞপ্তি ইমেল পাঠাতে হবে কিনা। এটি ডিফল্ট ব্যবহারকারী এবং গোষ্ঠীর জন্য সত্য, এবং অন্যান্য অনুরোধের জন্য অনুমোদিত নয়। মালিকানা স্থানান্তরের জন্য এটি অক্ষম করা উচিত নয়।
supportsAllDrives
boolean
অনুরোধ করা অ্যাপ্লিকেশনটি আমার ড্রাইভ এবং শেয়ার্ড ড্রাইভ উভয়কেই সমর্থন করে কিনা৷
supportsTeamDrives (deprecated)
boolean
বাতিল করা হয়েছে: পরিবর্তে supportsAllDrives ব্যবহার করুন।
transferOwnership
boolean
নির্দিষ্ট ব্যবহারকারীর কাছে মালিকানা হস্তান্তর করতে হবে এবং বর্তমান মালিককে একজন লেখকের কাছে ডাউনগ্রেড করতে হবে কিনা। এই পরামিতি পার্শ্ব প্রতিক্রিয়া একটি স্বীকৃতি হিসাবে প্রয়োজন.
useDomainAdminAccess
boolean
একটি ডোমেন প্রশাসক হিসাবে অনুরোধ ইস্যু করুন; যদি সত্যে সেট করা হয়, তাহলে অনুরোধকারীকে অ্যাক্সেস দেওয়া হবে যদি ফাইল আইডি প্যারামিটারটি একটি শেয়ার্ড ড্রাইভকে নির্দেশ করে এবং অনুরোধকারী সেই ডোমেনের একজন প্রশাসক হয় যার সাথে শেয়ার্ড ড্রাইভটি অন্তর্গত।
[[["সহজে বোঝা যায়","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 permission for a file or shared drive, with the last update applied in case of concurrent operations."],["Sends a `POST` request to `https://www.googleapis.com/drive/v3/files/{fileId}/permissions` to create the permission."],["Requires specifying the `fileId` as a path parameter and offers various optional query parameters for customization like email notifications and ownership transfer."],["The request body should contain a `Permission` object defining the access rights, and the successful response will return the created `Permission` object."],["Needs authorization with either `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file` scope."]]],["This document details the process for creating a file or shared drive permission using a `POST` HTTP request to the specified Google Drive API endpoint. The `fileId` path parameter identifies the target. Various query parameters, such as `sendNotificationEmail`, `transferOwnership`, and `moveToNewOwnersRoot`, configure the permission's behavior. The request and response bodies are instances of the `Permission` resource. Authorization requires specific OAuth scopes, and concurrent operations on the same file are unsupported.\n"]]