GEE 使用 JavaScript 中的 API 自动删除文件夹内的所有资产
目录
简介
函数
ee.data.listAssets(parent, params, callback)
Arguments:
Returns: api.ListAssetsResponse
ee.data.deleteAsset(assetId, callback)
Arguments:
forEach(outputNames)
Arguments:
Returns: Reducer
代码
简介
使用 JavaScript 中的 API 自动删除文件夹内的所有资产
函数
ee.data.listAssets(parent, params, callback)
Returns a list of the contents in an asset collection or folder, in an object that includes an assets
array and an optional nextPageToken
.
返回资产集合或文件夹中的内容列表,该对象位于包含资产数组和可选的 nextPageToken 的对象中。
Arguments:
parent (String):
The ID of the collection or folder to list.
params (api.ProjectsAssetsListAssetsNamedParameters, optional):
An object containing