Hi.
I'm trying to figure out if there is any efficient way I can move files between folders in bulk. The scenario is as follows, loads of files are dumped into one folder (anything from 2000 to 90.000) then based on some algorithm and logic this files are structured in subfolders.
I was looking to the documentation: https://developer.box.com/reference#update-a-files-information on how to do this, but it looks to me that the only way is to iterate trough the files one by one, which I think it's very inefficient, not to mention that it will use up the monthly API limit in no-time.
Is there any way we can do this in bulk where we specify an array of files which needs to be updated?
Thank you.
