Suppose I am uploading an image to Google Storage using Go SDK
It gives me an URL like https://storage.cloud.google.com/bucketname/filename/
When I click to that link, it redirects me to the full link that contains the image like the below, how can I get this link when I upload the image ?
I just want to get the direct URL of the image to be used in the production, like profile image.
Use the public URL instead: https://storage.googleapis.com//
The url in cloud.google.com requires authentication.