I’m trying to upload files to a bucket in Google Cloud Storage, but it’s hard for me to figure out how to set it up so that it is public and readable. In other words, I do not want to require authentication from the user to load into the bucket. Does anyone know what steps should be taken to configure this?
I would also like to know what I need to add to my request headers in order to upload files to this bucket. I am using the iOS API client, but if someone knows what the source headers are, I can probably figure out how to do this in iOS. At the moment, I only include the following additional header: x-goog-project-id
google-cloud-storage google-api google-cloud-platform google-api-client
Michael gaylord
source share