Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法从firebase存储中为pdf文件生成公共url。它现在给我的网址是这个
但是我们可以看到它包含一个令牌,这意味着涉及一些会话/身份验证。
该令牌不是身份验证令牌,也不是用于任何会话管理,它只是用于混淆。所有这些 URL 都是公开的,可以通过控制台撤销和生成新令牌。
您可以删除令牌,仍然可以访问该文件。
https://firebasestorage.googleapis.com/v0/b/techmlearnings.appspot.com/o/pdfs%2FUMLNotationSummary.pdf?alt=media
我不知道为什么如果我删除“alt=media”,它就不起作用