ज़रूरी है. जिस ऐसेट की जानकारी चाहिए उसका नाम. name का फ़ॉर्मैट "projects/*/assets/**" है (उदाहरण के लिए, "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). उपयोगकर्ता के मालिकाना हक वाली सभी एसेट, "earthengine-legacy" प्रोजेक्ट में शामिल होती हैं. उदाहरण के लिए, "projects/earthengine-legacy/assets/users/foo/bar"). बाकी सभी एसेट, "earthengine-public" प्रोजेक्ट के तहत आती हैं. उदाहरण के लिए, "projects/earthengine-public/assets/LANDSAT").
अनुमति पाने के लिए, दिए गए संसाधन name पर IAM की यह अनुमति ज़रूरी है:
earthengine.assets.get
अनुरोध का मुख्य भाग
अनुरोध का मुख्य हिस्सा खाली होना चाहिए.
जवाब का मुख्य हिस्सा
कामयाब रहने पर, जवाब के मुख्य हिस्से में EarthEngineAsset का एक इंस्टेंस शामिल किया जाता है.
अनुमति के दायरे
इसके लिए, OAuth के इनमें से किसी एक स्कोप की ज़रूरत होती है:
[[["समझने में आसान है","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-03-06 (UTC) को अपडेट किया गया."],[[["Retrieves detailed information about a specified Earth Engine asset using a GET request."],["Requires the asset's name in the format \"projects/*/assets/**\" as a path parameter."],["Authorization is necessary and can be achieved with specific OAuth scopes like `earthengine.assets.get` IAM permission or Earth Engine-related OAuth scopes."],["Successful requests return an `EarthEngineAsset` object containing the asset's details."]]],["This documentation details how to retrieve information about an asset using a `GET` request to the Earth Engine API. The required URL format is `https://earthengine.googleapis.com/v1/{name=projects/*/assets/**}`, with the `name` parameter specifying the asset's location within either the \"earthengine-legacy\" or \"earthengine-public\" project. The request body must be empty. A successful response returns an `EarthEngineAsset` instance, and authorization requires specific IAM permissions and OAuth scopes.\n"]]