Announcement: All noncommercial projects registered to use Earth Engine before April 15, 2025 must verify noncommercial eligibility to maintain Earth Engine access.
A token to retrieve the next page of results. Pass this value in the ListAssetsRequest.page_token field in the subsequent call to the ListAssets method to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["\u003cp\u003eResponse includes a list of EarthEngineAssets and a token for retrieving the next page of results.\u003c/p\u003e\n"],["\u003cp\u003eEach EarthEngineAsset contains information about a specific asset within Google Earth Engine.\u003c/p\u003e\n"],["\u003cp\u003eA nextPageToken is provided if additional results are available and can be used in subsequent requests to retrieve them.\u003c/p\u003e\n"]]],[],null,["Response message for EarthEngineService.ListAssets.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"assets\": [ { object (/earth-engine/reference/rest/v1beta/projects.assets#EarthEngineAsset) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `assets[]` | `object (`[EarthEngineAsset](/earth-engine/reference/rest/v1beta/projects.assets#EarthEngineAsset)`)` The list of assets. |\n| `nextPageToken` | `string` A token to retrieve the next page of results. Pass this value in the [ListAssetsRequest.page_token](/earth-engine/reference/rest/v1beta/projects.assets/listAssets#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `ListAssets` method to retrieve the next page of results. |"]]