In which file did you encounter the issue?
- In the storage PR 311 blob.list_blobs() and blob.download_blob_to_file() methods is going to deprecate, so change the sample files accordingly.
Solution
- Use the methods client.list_blobs() and client.download_blob_to_file() instead of blob.list_blobs() and blob.download_blob_to_file() .
Reactions are currently unavailable
In which file did you encounter the issue?
Solution