gpt4 book ai didi

Firebase 存储 downloadURL 文件结构

转载 作者:行者123 更新时间:2023-12-02 21:41:38 24 4
gpt4 key购买 nike

因此,我使用 Firebase 存储来上传我的网站文件。以下是目录结构的示例:

Project
├── index.html
├── css
│ └── style.css
└── js
└── mainScript.js

因此,我以这种结构将这些文件上传到 firebase,但我注意到返回的 downloadURL 在保留这种结构方面不是很友好。

例如,当我将 iframe 的 src 设置为 index.html 的 downloadURL 时.. iframe 页面缺少样式和 mainScript 文件。

这是 downloadURL 查找 index.html 的方式:

https://firebasestorage.googleapis.com/v0/b/App_ID.appspot.com/o/index.html?alt=media&token=some_uid

这是 downloadURL 查找 style.css 的方式:

https://firebasestorage.googleapis.com/v0/b/App_ID.appspot.com/o/css%2Fstyle.css?alt=media&token=some_uid等等..

当然,index.html 文件正在寻找 style.css 文件:

https://firebasestorage.googleapis.com/v0/b/App_ID.appspot.com/o/css/style.css

但结果是 404。

有办法解决这个问题吗?

PS, Of course I don't want to force the user to change the urls in their files...

最佳答案

不要使用存储空间来保存您的网站文件!使用 Firebase 托管代替...Firebase 存储设计用于存储上传/下载文件(图像、音频等)

https://firebase.google.com/docs/hosting/

关于Firebase 存储 downloadURL 文件结构,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38114915/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com