[[["易于理解","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"]],["最后更新时间 (UTC):2025-02-24。"],[[["An access proposal in Google Drive is a request to grant a recipient access to a specific Drive item, initiated by a requester and reviewed by an approver."],["The Google Drive API's `accessproposals` resource allows approvers to programmatically list and resolve pending access proposals on files and folders, but not on entire shared drives."],["Only users with the `can_approve_access_proposals` capability on a file can list or resolve access proposals, and requesters who are not approvers will receive an empty list when attempting to list them."],["The `list()` method retrieves `AccessProposal` objects, which contain details about each proposal, while the `resolve()` method allows the acceptance or denial of proposals, with options to specify roles, views, and email notifications."],["Access proposals cannot be created via the Drive API; they must be initiated through the Drive UI, and after a proposal is resolved, permissions must be updated using the `permissions` collection."]]],["Access proposals, initiated through the Drive UI, allow requesters to seek access to Google Drive items for recipients. Approvers can use the Drive API's `accessproposals` resource to list pending proposals via the `list()` method and resolve them via the `resolve()` method, acting on files or folders but not shared drives. Approvers must possess the `can_approve_access_proposals` capability. Proposals can be accepted or denied, and actions such as the intended `role` and notifications to the requester can be specified when resolving.\n"]]