pyuploadcare icon indicating copy to clipboard operation
pyuploadcare copied to clipboard

Batch delete/store methods should work for arbitrary list sizes.

Open dmitry-mukhin opened this issue 4 years ago • 0 comments

Brief description of the feature and motivation behind it

Motivated by #196

Currently, if user wants to remove or store more than 100 files, they have to generate chunks of 100 files in their code. This can and should be safely implemented in the client/api methods.

dmitry-mukhin avatar Feb 28 '22 09:02 dmitry-mukhin