লেবেলের পরবর্তী পৃষ্ঠার জন্য পৃষ্ঠা টোকেন। এই ক্ষেত্রটি অনুপস্থিত থাকবে যদি তালিকার শেষ পর্যন্ত পৌঁছে যায়। যদি টোকেনটি কোনো কারণে প্রত্যাখ্যান করা হয়, তবে এটি বাতিল করা উচিত এবং ফলাফলের প্রথম পৃষ্ঠা থেকে পৃষ্ঠা সংখ্যা পুনরায় চালু করা উচিত।
[[["সহজে বোঝা যায়","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-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Lists all labels applied to a specific file using the file ID."],["Allows pagination to retrieve large lists of labels using `maxResults` and `pageToken`."],["The response includes an array of labels, a potential next page token, and a kind identifier."],["Requires specific authorization scopes, such as `https://www.googleapis.com/auth/drive` or `https://www.googleapis.com/auth/drive.file`, for access."]]],["This document details how to retrieve a list of labels applied to a specific file using the Google Drive API. The process involves sending a `GET` request to `https://www.googleapis.com/drive/v2/files/{fileId}/listLabels`, specifying the `fileId` in the path. Optional query parameters `maxResults` and `pageToken` control pagination. The request body should be empty. The response is a JSON object containing a list of labels, along with `nextPageToken` and `kind`. Authorization requires specific OAuth scopes.\n"]]