I want to navigate a series of folders and pull file name & file size information, using the Java api.
I am using the recommended approach, which is basically to enumerate all the BoxItems found in each BoxFolder.
However it is extremely slow.
Is there not a single command that can be sent to return ALL of the BoxFolder's metadata contents in one go? i.e. the equivalent of the "ls" command?