লেবেলের পরবর্তী পৃষ্ঠার জন্য পৃষ্ঠা টোকেন। এই ক্ষেত্রটি অনুপস্থিত থাকবে যদি তালিকার শেষ পর্যন্ত পৌঁছে যায়। যদি টোকেনটি কোনো কারণে প্রত্যাখ্যান করা হয়, তবে এটি বাতিল করা উচিত এবং ফলাফলের প্রথম পৃষ্ঠা থেকে পৃষ্ঠা সংখ্যা পুনরায় চালু করা উচিত। পৃষ্ঠা টোকেন সাধারণত কয়েক ঘন্টার জন্য বৈধ। যাইহোক, যদি নতুন আইটেম যোগ করা হয় বা সরানো হয়, আপনার প্রত্যাশিত ফলাফল ভিন্ন হতে পারে।
[[["সহজে বোঝা যায়","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-01-08 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Lists all labels applied to a specific Google Drive file."],["Allows pagination to retrieve large lists of labels, with customizable results per page."],["Requires authorization using one of the specified OAuth scopes, some of which may have restrictions."],["Request body should be empty, while the response includes an array of labels and pagination details."],["Utilizes a specific HTTP GET request with the file ID as a path parameter and optional query parameters for pagination control."]]],["This document outlines the process to list labels on a file via a `GET` request to the provided URL. It uses `fileId` as a path parameter and supports `maxResults` and `pageToken` as query parameters. The request body must be empty. The response body contains a list of labels, a `nextPageToken` for pagination, and a `kind` field. It also details required OAuth scopes for authorization, including drive, drive.file, and metadata-related scopes.\n"]]