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/v1alpha/{parent=projects/*/locations/*}/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 type (FOLDER, IMAGE, or IMAGE_COLLECTION) and properties."],["Requires appropriate IAM permissions to create assets within the specified parent project or location."],["Allows for setting a custom asset ID and optionally overwriting existing image assets."],["The request body must contain an EarthEngineAsset object with asset details."],["Authentication is required using either the `earthengine` or `cloud-platform` OAuth scope."]]],["This describes how to create assets within a project using a POST request to the Earth Engine API. The `parent` path parameter is required, and asset type determines specifiable fields. `FOLDER` assets have no fields, while `IMAGE` and `IMAGE_COLLECTION` are limited to `startTime`, `endTime`, and `properties`; with images also allowing for `cloudStorageLocation`. Optional query parameters `assetId` and `overwrite` are available. The request body uses `EarthEngineAsset`, and successful creation returns a new `EarthEngineAsset` instance. Requires OAuth scopes for authorization.\n"]]