We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
@etiennebr, @edzer need your suggestion on this.
Sorry, something went wrong.
Sorry, can't help you on this one.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: