backblaze icon indicating copy to clipboard operation
backblaze copied to clipboard

Delete file

Open logiclrd opened this issue 1 year ago • 2 comments
trafficstars

How do I delete a file?

logiclrd avatar May 15 '24 05:05 logiclrd

To elaborate, IStorageClient has methods UploadAsync and DownloadAsync, which can manipulate a file given only its name. It doesn't directly expose any other operations.

logiclrd avatar May 15 '24 17:05 logiclrd

I haven't used the B2 API before, does it not have a way to delete a file by name like it does to download a file by name?

logiclrd avatar May 15 '24 17:05 logiclrd

Okay, I found the subclasses giving access to more methods. This project could really use some solid documentation. Maybe I'll make a PR with a starting point... :-P

logiclrd avatar May 26 '24 03:05 logiclrd