## In which file did you encounter the issue? - In the storage PR [311](https://github.com/googleapis/python-storage/pull/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() .
In which file did you encounter the issue?
Solution