[[["易于理解","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"]],["最后更新时间 (UTC):2025-03-06。"],[[["Retrieves comprehensive details about a specified Earth Engine asset using a GET request."],["Requires the asset's name in the format \"projects/*/assets/**\" as a path parameter."],["Successful responses return an EarthEngineAsset object containing the asset's information."],["Authorization is necessary and can be achieved using various OAuth scopes, including `earthengine`, `earthengine.readonly`, `cloud-platform`, or `cloud-platform.read-only`."]]],["This documentation details how to retrieve information about an asset using a `GET` request to the Earth Engine API. The `name` parameter, formatted as \"projects/*/assets/**\", is required to specify the asset. User-owned assets fall under the \"earthengine-legacy\" project, while others are under \"earthengine-public\". Authorization needs the `earthengine.assets.get` IAM permission. The request body is empty, and a successful response contains an `EarthEngineAsset` instance. OAuth scopes are required for authentication.\n"]]