একটি ফাইলে অ্যাক্সেস প্রপোজাল তালিকাভুক্ত করুন। দ্রষ্টব্য: শুধুমাত্র অনুমোদনকারীরা একটি ফাইলে অ্যাক্সেসপ্রস্তাব তালিকাভুক্ত করতে সক্ষম। ব্যবহারকারী যদি অনুমোদনকারী না হয়, তাহলে 403 ফেরত দেয়।
HTTP অনুরোধ
GET https://www.googleapis.com/drive/v3/files/{fileId}/accessproposals
অ্যাক্সেস প্রস্তাবের তালিকা। এই ক্ষেত্রটি শুধুমাত্র v3 এবং v3beta-তে জনবহুল।
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"]]