[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["Creates a new Earth Engine asset within a specified project or location."],["Supports creating folders, images, and image collections with specific data requirements."],["Requires `earthengine.assets.create` IAM permission and an OAuth scope for authorization."],["Allows specifying a custom asset ID and optional overwriting of existing image assets."],["Returns the newly created EarthEngineAsset upon successful completion."]]],["This outlines the process to create assets within a project. Users send a `POST` request to a specified URL, defining the asset's `parent` project. The request body includes asset details; the `assetId` and `overwrite` parameters are also settable. Asset types include `FOLDER`, `IMAGE`, and `IMAGE_COLLECTION`. `IMAGE` assets require `startTime`, `endTime`, `properties`, and a Cloud Storage URI. `IMAGE_COLLECTION` requires only `startTime`, `endTime`, and `properties`. Successful creation returns a new `EarthEngineAsset` instance, permissions required are `earthengine.assets.create`.\n"]]