does not create folder - java
Hi,
I am making a simple example of uploading with folder creation, but nothing happens
Map ObjectUtils.asMap params = ("public_id", "my_folder / my_name1");
cloudinary.uploader () upload (imageInByte, params).;
When I enter the site, the images are there named "my_folder / my_name1" but not within a folder. Is that correct?
0
-
At your account's Upload settings page you can enable 'Auto-create folders' in order to sync the folders in the Media library with the created folders from the API.
This will be applied to all newly created folders.0
Post is closed for comments.
Comments
1 comment