I'm trying to create file path with Box-v2 android API i found couple of workarounds but all of them is so slow. What is the proper way for creating a file path with android Box SDK for ex;
on user's box directory : "/User Folder/1/2/3" i would like to create nested directories as like that if it already doesn't exist.
I also want to create an App folder for my application on user's box folder like ;
"/Apps/MyAwsomeApp/Backup"
What is the proper way creating those paths.