Es obligatorio. Es el nombre del activo que se debe obtener. name tiene el formato "projects/*/assets/**" (p.ej., "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Todos los recursos que pertenecen al usuario están en el proyecto "earthengine-legacy" (p.ej., "projects/earthengine-legacy/assets/users/foo/bar"). Todos los demás recursos se encuentran en el proyecto "earthengine-public" (p.ej., "projects/earthengine-public/assets/LANDSAT").
La autorización requiere el siguiente permiso IAM en el recurso especificado name:
earthengine.assets.get
Cuerpo de la solicitud
El cuerpo de la solicitud debe estar vacío.
Cuerpo de la respuesta
Si se ejecuta de forma correcta, el cuerpo de la respuesta contiene una instancia de EarthEngineAsset.
Alcances de autorización
Se necesita uno de los siguientes permisos de OAuth:
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]