Open Sandipriz opened 4 months ago
I have my data in GEE inside the folder
training_dir1 <- 'projects/cerrado123/assets/4_output/'
as you see in the image.
When I try to create the sub-folder v3 in folder 4_output, to move all the files from 4_output to the v3 sub-folder as:
user <- ee_get_assethome() addm <- function(x) {sprintf("%s/%s",user, x)}
ee_manage_create( path_asset = addm("cerrado123/4_output/v3"), asset_type = "Folder" )
It creates the sub_folder in Legacy Asset instead of in Cloud Asset.
I don't understand where I go wrong.
@etiennebr, @edzer need your suggestion on this.
Sorry, can't help you on this one.
I have my data in GEE inside the folder
training_dir1 <- 'projects/cerrado123/assets/4_output/'
as you see in the image.
When I try to create the sub-folder v3 in folder 4_output, to move all the files from 4_output to the v3 sub-folder as:
user <- ee_get_assethome() addm <- function(x) {sprintf("%s/%s",user, x)}
Create a Folder
ee_manage_create( path_asset = addm("cerrado123/4_output/v3"), asset_type = "Folder" )
It creates the sub_folder in Legacy Asset instead of in Cloud Asset.
I don't understand where I go wrong.