Is it possible to fetch thumbnails for multiple files in parallel?
I used the Java SDK to create individual BoxApiRequests, one for each file. When I call request.send() on them, each of them succeeds. But when I try to batch the same BoxApiRequests in a BatchApiRequest, each of them results in a 400 - bad request.
Is this not possible?