הצגת רשימת AccessProposals בקובץ. הערה: רק גורמים שאישרו את הבקשה יכולים לרשום בקשות גישה בקובץ. אם המשתמש לא הוא איש האישור, המערכת מחזירה את הערך 403.
בקשת HTTP
GET https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals
רשימת ההצעות לגישה. השדה הזה מאוכלס רק בגרסה 3 ובגרסה 3beta.
nextPageToken
string
אסימון ההמשך לדף התוצאות הבא. השדה הזה לא יופיע אם הגעתם לסוף רשימת התוצאות. אם האסימון נדחה מסיבה כלשהי, צריך להשליך אותו ולהתחיל מחדש את חלוקת הדפים מדף התוצאות הראשון.
[[["התוכן קל להבנה","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)."],[[["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"]]