You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Is there (or could there be) a convenient
batchDeleteFiles
method analogous to thebatchUploadFiles
method? I'm aware ofdeleteBatch
, but would instead appreciate if there was a way to conveniently callbatchDeleteFiles
instead with a response block.The text was updated successfully, but these errors were encountered: