اختیاری. نقش هایی که تایید کننده اجازه داده است، در صورت وجود. توجه: این فیلد برای اقدام ACCEPT ضروری است.
view
string
اختیاری. نمای این پیشنهاد دسترسی را نشان می دهد. این فقط زمانی باید تنظیم شود که پروپوزال متعلق به یک view باشد. published تنها مقدار پشتیبانی شده است.
تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی."],[[["This endpoint is used to approve or deny an Access Proposal for a Google Drive file."],["It requires a `POST` request to a specific URL with file and proposal IDs."],["The request body must specify the action (accept or deny) and may include roles, view, and notification settings."],["Successful responses have an empty body, and authorization requires specific OAuth scopes."]]],["This document details how to resolve an Access Proposal using a POST request to `https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals/{proposalId}:resolve`. The request requires `fileId` and `proposalId` path parameters. The request body specifies the `action` (`ACCEPT` or `DENY`), optional `role` for `ACCEPT`, optional `view`, and `sendNotification` flag. Authorization requires specific OAuth scopes. A successful response returns an empty body. Actions are defined by `ACCEPT`, `DENY`, and `ACTION_UNSPECIFIED` enums.\n"]]