Allow Public Read access on a GCS bucket?

后端 未结 6 1440
鱼传尺愫
鱼传尺愫 2020-12-07 23:17

I am trying to allow anonymous (or just from my applications domain) read access for files in my bucket.

When trying to read the files I get

```

<         


        
6条回答
  •  伪装坚强ぢ
    2020-12-07 23:26

    If you upload files in firebase functions you'll need to call makePublic() on the reference object in order to make it accessible without passing token.

提交回复
热议问题