How to create an empty folder on Google Storage with Google API? (Assume that / is path separator.)
/
if you are using java SDK try this.
java
Blob folderCreated = bucket.create(folder_name + "/", "".getBytes());
folder_name