I am Python and Google Cloud Storage newbie. I am writing a python script to get a file list from Google Cloud Storage bucket using Google Cloud Python Client Library and list_b
What do you see if you:
for blob in bucket.list_blobs(): print(blob) print(blob.name)