dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Batch delete similar to batchUploadFiles?

Open guidedways opened this issue 7 years ago • 2 comments

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.

guidedways avatar Jun 10 '18 13:06 guidedways

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.

greg-db avatar Jun 11 '18 15:06 greg-db

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.

guidedways avatar Jun 11 '18 19:06 guidedways