yakovkhalinsky / backblaze-b2

Node.js Library for the Backblaze B2 Storage Service
MIT License
189 stars 58 forks source link

More operations with the filename without id #100

Closed andresribeiro closed 4 years ago

andresribeiro commented 4 years ago

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

odensc commented 4 years ago

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)