GCloud Upload httplib2.RedirectMissingLocation: Redirected but the response is missing a Location: header

后端 未结 4 1599
予麋鹿
予麋鹿 2021-01-17 18:48

I am attempting to upload a small file to gcloud using a simple python program

client = storage.Client(project=GCLOUD_PROJECT)
bucket = client.get_bucket(GCL         


        
4条回答
提交回复
热议问题