This is driving me crazy…
I want to store images into Google Cloud Storage and the images to be only accessible from our app, because the uploaded image may contain privacy sensitive content.
I kept googling last couple of hours and haven’t got a clue, and feeling dumb of myself…
ChatGPT suggested to create a signed URL, which makes sense, but do we need to go that far, to satisfy this seemingly common requirement?
My first intuition was that I could use IAM and Service Account, but… it didn’t lead anywhere for me.
If Google doesn’t offer this capability but AWS does, I want to hear that too.