Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch delete similar to batchUploadFiles? #220

Open
guidedways opened this issue Jun 10, 2018 · 2 comments
Open

Batch delete similar to batchUploadFiles? #220

guidedways opened this issue Jun 10, 2018 · 2 comments

Comments

@guidedways
Copy link

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.

@greg-db
Copy link
Contributor

greg-db commented Jun 11, 2018

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.

@guidedways
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants