ee.data.createFolder
Creates an asset folder.
Returns a description of the newly created folder.
Usage | Returns |
---|
ee.data.createFolder(path, force, callback) | Object |
Argument | Type | Details |
---|
path | String | The path of the folder to create. |
force | Boolean, optional | Force overwrite. |
callback | Function, optional | An optional callback. If not supplied, the call is made synchronously. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Creates a new folder for storing assets within Google Earth Engine."],["Returns a description object containing information about the newly created folder."],["Accepts the folder path as a required argument and optional parameters for force overwriting and a callback function."]]],["Creates a new asset folder at the specified `path`. The `path` argument is required and defines the folder's location. An optional `force` argument, a boolean, allows overwriting existing folders. An optional `callback` function allows for asynchronous operation. The function returns an Object describing the newly created folder. The operation can be synchronous if no callback is provided.\n"]]