AccessProposals را روی یک فایل فهرست کنید. توجه: فقط تأییدکنندگان میتوانند AccessProposals را در یک فایل فهرست کنند. اگر کاربر تایید کننده نباشد، 403 را برمی گرداند.
درخواست HTTP
GET https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals
لیست پیشنهادات دسترسی این فیلد فقط در نسخه 3 و 3 بتا پر شده است.
nextPageToken
string
نشانه ادامه برای صفحه بعدی نتایج. در صورتی که لیست نتایج به پایان رسیده باشد، وجود ندارد. اگر توکن به هر دلیلی رد شد، باید دور انداخته شود و صفحهبندی باید از صفحه اول نتایج دوباره شروع شود.
تاریخ آخرین بهروزرسانی 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 بهوقت ساعت هماهنگ جهانی."],[[["Lists Access Proposals on a file, but only for users with approver permissions; others receive a 403 error."],["Uses an HTTP GET request to `https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals` with optional query parameters for pagination."],["Requires authorization with specific scopes like `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`, some of which may require security assessment."],["The response body contains an array of Access Proposals and a nextPageToken for pagination, if applicable."],["The request body should be empty."]]],["This describes how to list `AccessProposals` on a file using a `GET` request to `https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals`. The request requires a `fileId` path parameter and accepts optional `pageToken` and `pageSize` query parameters. The request body should be empty. The response body contains an array of `accessProposals` and an optional `nextPageToken`. Only approvers can perform this action; unauthorized users receive a 403 error. Authentication requires one of several OAuth scopes.\n"]]