我正在尝试通过 Google VR 包含 360 度图像,但出现以下错误:
AccessDeniedAccess denied.Anonymous 调用者没有 storage.objects.get 访问 Google Cloud Storage 对象的权限。
我的代码:
<iframe src="https://storage.googleapis.com/vrview/2.0/embed?image=https://terrafrost.sfo2.digitaloceanspaces.com/tannehill/DJI_0896.JPG&is_stereo=true">
</iframe>
Google VR 是否仅适用于存储在 Google Cloud Storage 上的图像/视频?当数据没有存储在谷歌云存储中时,有没有办法让它工作?