如何public link 到某个组或用户

How to public link to certain group or users

我正在使用 google 云存储到 public html 可以从 json 文件加载数据的页面。

如果我使用 public link,网页效果很好,但是,唯一的问题是它对 public 打开。如果我用浏览器私有模式打开public link,它仍然可以工作,这是不安全的。

有没有办法将 public link 共享给 html 文件的唯一所有者或特定组,而不是整个 public。

谢谢。

使用 Google 云存储作为 static website does not generally support authenticated access. You can use cookie-based authentication 与 ACL 协调,但这不能通过自定义域使用。