Stay organized with collections
Save and categorize content based on your preferences.
Creates an asset.
The following asset types are createable: * FOLDER: No fields in asset may be specified. * IMAGE: To create a COG-backed asset, use image.importExternal instead. See https://developers.google.com/earth-engine/Earth_Engine_asset_from_cloud_geotiff for more details. * IMAGE_COLLECTION: Only the fields startTime, endTime, and properties may be specified.
HTTP request
POST https://earthengine.googleapis.com/v1/{parent=projects/*}/assets
[[["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."],[[["Creates an Earth Engine asset with the specified ID and type (FOLDER, IMAGE, or IMAGE_COLLECTION)."],["Requires authorization with `earthengine.assets.create` permission on the parent resource."],["Allows specification of `startTime`, `endTime`, `properties`, and `cloudStorageLocation` for image assets."],["Optionally overwrites existing image assets using the `overwrite` query parameter."],["Uses a POST request to the `earthengine.googleapis.com` endpoint with asset details in the request body."]]],["Asset creation is initiated via a POST request to `https://earthengine.googleapis.com/v1/{parent=projects/*}/assets`. The request requires the `earthengine.assets.create` IAM permission. Assets can be `FOLDER`, `IMAGE`, or `IMAGE_COLLECTION`, each with specific allowable fields. `assetId` and `overwrite` can be set in query parameters. The request body defines the `EarthEngineAsset`. A successful response returns the newly created `EarthEngineAsset`. Authorization requires either `earthengine` or `cloud-platform` OAuth scopes.\n"]]