yakovkhalinsky/backblaze-b2

More operations with the filename without id

andresribeiro opened this issue · 1 comments

It would be interesting if they heard more operations that could be performed without the file ID, just with the filename, like:

  • List files by name;
  • Delete a file by name;
  • Take the ID of a file by name;

This is more of an issue for the B2 API itself, we can't really provide these features without becoming a higher-level abstraction over the API. (unless I'm misunderstanding your idea)