I just stumbled across batchUploadFiles in CustomRoutes.swift - it seems to be undocumented, but is an extremely useful high-level function which simplifies an awful lot of complex code required to do a batch upload (I wish I found this 3 days ago!). As it's undocumented I was wondering if there's a reason for that (eg is it unsafe or out of date or some other reason it shouldn't be used), and if there is an equivalent for the Java SDK hiding somewhere?
Thanks!