【问题标题】:I want to get serving url for my images on firebase storage我想在 firebase 存储上为我的图像提供服务 url
【发布时间】:2016-06-20 21:43:04
【问题描述】:

可以获得像http://lh3.googleusercontent.com/-dB80E6geqWFVU41ZmWL1iGC0BkCDcXAGojwaAgMHG-wMe_xCpISffiaNy00Y6ATJ2J9_W_I8rMgwQYWQQyGcFuffw=s1024这样的服务网址

使用谷歌应用引擎完成:

images.get_serving_url(blobkey, secure_url=False)

我不想使用 Google App Engine,只想使用 Firebase 或 UI。

这可以实现吗?

谢谢!

我从这里得到信息/想法:

http://www.photo-mark.com/notes/photo-site-app-engine/ List of all the App Engine images service get_serving_url() URI options

【问题讨论】:

    标签: google-app-engine firebase firebase-storage


    【解决方案1】:

    使用称为 下载 URL 的 Firebase 存储。它是文件的公共(但不可猜测)URL。

    请参阅有关如何获取 iOSWebAndroid 的下载 URL 的文档。

    Firebase 存储目前无法根据请求自动调整图像大小/转码(或转换其他内容)。

    【讨论】:

      猜你喜欢
      • 2016-10-08
      • 2015-11-05
      • 2022-10-15
      • 1970-01-01
      • 2020-09-26
      • 1970-01-01
      • 2017-12-03
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多