[[["เข้าใจง่าย","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"]],["อัปเดตล่าสุด 2025-03-06 UTC"],[[["Creates an Earth Engine asset with the specified type and properties using a POST request."],["Supports creating folders, images, and image collections with specific requirements for each type."],["Requires authorization with appropriate IAM permissions and OAuth scopes for access."],["Allows specifying an asset ID and optional overwriting of existing image assets."],["Returns the newly created EarthEngineAsset upon successful completion."]]],["This documentation details how to create assets within a project using a `POST` request to the specified URL. Assets can be of type `FOLDER`, `IMAGE`, or `IMAGE_COLLECTION`. `IMAGE` assets require a single Cloud Storage URI, while `FOLDER` assets do not have other specified fields. `IMAGE_COLLECTION` only specifies `startTime`, `endTime`, and `properties`. The request needs authorization with specific IAM permissions and requires parameters `parent`, `assetId`, and optionally `overwrite`. The response is the newly created asset.\n"]]