box / box-android-sdk

Apache License 2.0
62 stars 68 forks source link

Batch API calls for android /Android SDK #390

Open logrish opened 5 years ago

logrish commented 5 years ago

Hi There, We are using the Box Android/iOS SDK in our application. In this, We have a use case of having to Create multiple folders simultaneously and the time taken to create them synchronously is too large to provide the user with a smooth experience.

I can see that there is a Batch API available for Node SDK.

Same in the JAVA SDK

Is there a plan to have something similar for the Android/iOS SDK's ??

Any help on this would be greatly appreciated.. Thanks

dknchris commented 5 years ago

Second this. This is a very basic and critical feature. If a user decides to delete a 100 files, individual requests take forever. Moreover, the endpoints are already implemented in the other sdks. Please consider this a priority feature.