ঐচ্ছিক। অনুমোদনকারী যেসব ভূমিকার অনুমতি দিয়েছেন, যদি থাকে। দ্রষ্টব্য: ACCEPT অ্যাকশনের জন্য এই ক্ষেত্রটি প্রয়োজন৷
view
string
ঐচ্ছিক। এই অ্যাক্সেস প্রস্তাবের জন্য দৃষ্টিভঙ্গি নির্দেশ করে। এটি শুধুমাত্র তখনই সেট করা উচিত যখন প্রস্তাবটি একটি দৃশ্যের অন্তর্গত। published একমাত্র সমর্থিত মান।
[[["সহজে বোঝা যায়","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 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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"]]