یک پیام متنی ساده سفارشی برای درج در ایمیلهای اعلان.
enforceSingleParent (deprecated)
boolean
منسوخ شده: برای جزئیات بیشتر به moveToNewOwnersRoot مراجعه کنید.
moveToNewOwnersRoot
boolean
این پارامتر تنها در صورتی اعمال میشود که مورد در درایو مشترک نباشد و درخواست برای انتقال مالکیت آن مورد تلاش کند. اگر روی true تنظیم شود، مورد به پوشه ریشه My Drive مالک جدید منتقل میشود و تمام والدین قبلی حذف میشوند. اگر روی false تنظیم شود، والدین تغییر نمی کنند.
sendNotificationEmails
boolean
آیا هنگام اشتراکگذاری با کاربران یا گروهها، ایمیلهای اعلان ارسال شود. اگر roleowner باشد، این پارامتر نادیده گرفته میشود و ایمیلی ارسال میشود.
supportsAllDrives
boolean
اینکه آیا برنامه درخواست کننده هم از My Drives و هم درایوهای مشترک پشتیبانی می کند.
supportsTeamDrives (deprecated)
boolean
منسوخ شده: به جای آن از supportsAllDrives استفاده کنید.
useDomainAdminAccess
boolean
درخواست را به عنوان مدیر دامنه صادر کنید. اگر روی true تنظیم شود، اگر پارامتر ID فایل به یک درایو مشترک اشاره کند و درخواست کننده مدیر دامنه ای باشد که درایو مشترک به آن تعلق دارد، به درخواست کننده اجازه دسترسی داده می شود.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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 بهوقت ساعت هماهنگ جهانی."],[[["Inserts 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/v2/files/{fileId}/permissions` to insert the permission, using gRPC Transcoding syntax."],["Requires specifying the `fileId` as a path parameter and allows optional query parameters for customization, like email notifications and ownership transfer behavior."],["The request body should contain a `Permission` object, and a successful response will return the newly created `Permission` object."],["Requires authorization with one of the following OAuth scopes: `https://www.googleapis.com/auth/docs`, `https://www.googleapis.com/auth/drive`, or `https://www.googleapis.com/auth/drive.file`, with some scopes potentially requiring a security assessment."]]],[]]