تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]],["تاريخ التعديل الأخير: 2024-09-05 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Retrieves a specific Google Drive label using its resource name, which can identify the latest, published, or a specific revision."],["Allows customization of the request by using query parameters like `useAdminAccess`, `languageCode` and `view` to control access, localization, and returned fields."],["Requires specific OAuth scopes for authorization, such as `https://www.googleapis.com/auth/drive.labels` or administrative equivalents, to access or manage labels."],["Upon successful execution, returns a detailed representation of the requested label, containing its properties and metadata in the response body."],["Provides a dedicated 'Try it!' section for interactive experimentation and exploration of the API's functionality directly within the documentation."]]],["This document details how to retrieve a label by its resource name using a `GET` HTTP request to `https://drivelabels.googleapis.com/v2/{name=labels/*}`. The `name` parameter is required and specifies the label's resource name. Optional query parameters include `useAdminAccess`, `languageCode`, and `view`. The request body must be empty, and the successful response returns a `Label` instance. Authorization requires specific OAuth scopes related to drive labels.\n"]]