Wajib. Nama aset yang akan didapatkan. name memiliki format "projects/*/assets/**" (misalnya, "projects/earthengine-legacy/assets/users/[USER]/[ASSET]"). Semua aset milik pengguna berada dalam project "earthengine-legacy" (mis., "projects/earthengine-legacy/assets/users/foo/bar"). Semua aset lainnya berada dalam project "earthengine-public" (misalnya, "projects/earthengine-public/assets/LANDSAT").
Otorisasi memerlukan izin IAM berikut pada resource name yang ditentukan:
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-03-06 UTC."],[[["Retrieves detailed information about an Earth Engine asset using a GET request."],["Requires providing the asset's name in the URL, following a specific format."],["The response includes the EarthEngineAsset object if the request is successful."],["Requires proper authorization with specific OAuth scopes for access."],["User-owned assets reside under the \"earthengine-legacy\" project, while other assets are under the \"earthengine-public\" project."]]],["This API call retrieves detailed information about a specific asset. A `GET` request is made to the provided URL, including the asset's name in the format \"projects/*/assets/**\". User-owned assets reside under the \"earthengine-legacy\" project, while others are in \"earthengine-public\". The request body is empty, and successful responses provide an `EarthEngineAsset` instance. Authorization requires the `earthengine.assets.get` IAM permission and one of several specified OAuth scopes.\n"]]