Creating the folder and sub folders programmatically
Hi,
I Have a parent folder inside that there 3 sub folders and in each sub folder we have sub sub folders.
Could you please help me how to create the above usecase in Box Java Sdk with the code snippet.
Thanks & Regards,
C.Kalyan
-
Please see the Box Java SDK documentation — this has information on how to work with folders, including how to create new folders.
-
I tried that way by creating statically and hard coded the folder name it worked but if we get the parent folder name and its child folder names dynamically it is giving null pointer exception. But if debug we are getting all values but while creating the folder we are getting exception.If you sample code snippet for 1 level and in recursive way can u share it
Post is closed for comments.
Comments
2 comments