dropbox-sdk-obj-c
dropbox-sdk-obj-c copied to clipboard
Batch delete similar to batchUploadFiles?
Is there (or could there be) a convenient batchDeleteFiles method analogous to the batchUploadFiles method? I'm aware of deleteBatch, but would instead appreciate if there was a way to conveniently call batchDeleteFiles instead with a response block.
There isn't currently anything like this, and I'm not aware of any plans to build something like that unfortunately, but I'll pass this along as a feature request.
Thanks. I managed to write my own that works well, however it's always great to have shortcuts available directly from Dropbox :-) The batchUploadFiles for instance saves us from a lot of boilerplate. Any method that returns an asynchronous job ID and then requires the developer to poll should ideally have a wrapper to avoid developers from doing it incorrectly.