कुछ दायरे पर पाबंदी है. इनका इस्तेमाल करने के लिए, आपके ऐप्लिकेशन को सुरक्षा जांच की ज़रूरत होती है. ज़्यादा जानकारी के लिए, अनुमति देने से जुड़ी गाइड देखें.
[[["समझने में आसान है","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-04 (UTC) को अपडेट किया गया."],[[["Retrieves a specific property of a file using its `fileId` and `propertyKey`."],["Requires an empty request body and returns a `Property` object if successful."],["Utilizes an HTTP `GET` request to the specified URL with gRPC Transcoding syntax."],["Needs authorization with one of the listed OAuth scopes, including `drive`, `drive.file`, or `drive.metadata`."],["Allows optional filtering by property `visibility` using query parameters."]]],["This outlines how to retrieve a property by its key using a GET request to the specified URL. The request requires a `fileId` and `propertyKey` as path parameters, and an optional `visibility` query parameter. The request body must be empty. A successful response returns a Property instance. This operation requires one of several specified OAuth authorization scopes, some of which have security restrictions.\n"]]