How can I access files from a Google Cloud Storage bucket from a browser?

后端 未结 4 1022
[愿得一人]
[愿得一人] 2020-12-14 11:36

I am using Google Cloud Storage to store images for my Google App Engine application and I\'m trying to access the images like so:



        
4条回答
  •  Happy的楠姐
    2020-12-14 12:07

    You're missing the content-md5 and content-type fields in the string to be signed. They can be blank, but you still need \n separators. See this question for a working example of constructing the string to sign.

提交回复
热议问题