Google Cloud Storage Python list_blob() not printing object list
问题 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_blobs() function from Bucket class is not working as I expected. https://googlecloudplatform.github.io/google-cloud-python/stable/storage-buckets.html Here is my python code: from google.cloud import storage from google.cloud.storage import Blob client = storage.Client.from_service_account_json(service_account_json_key