Inner function as callback not called
So i’ve got some classes that allow me to upload file-like/io objects to azure blob storage.
My problem here is that i want to pass a callback during the export of those objects, and this callback needs to do multiple things (hence call a higher method).
Microsoft blob storage file download
I am trying to download multiple files from a azure blob storage. I have successful download one file with the specific file name, but in the python applicantion i am trying to make, i dont know the specific name of the files, i only know parts of the name.