从服务网址构建blobkey(construct blobkey from serving url)

编程入门 行业动态 更新时间:2024-10-26 18:26:41
从服务网址构建blobkey(construct blobkey from serving url)

给定一个BlobKey ,我知道如何获取服务URL。

ServingUrlOptions options = ServingUrlOptions.Builder .withBlobKey(blobKey) .secureUrl(false); String servingUrl = ImagesServiceFactory.getImagesService() .getServingUrl(options);

如果我获得了servingUrl有没有办法构建一个BlobKey? 所以基本上相反。

Given a BlobKey, I know how to get the serving URL.

ServingUrlOptions options = ServingUrlOptions.Builder .withBlobKey(blobKey) .secureUrl(false); String servingUrl = ImagesServiceFactory.getImagesService() .getServingUrl(options);

Is there a way to construct a BlobKey if I am given the servingUrl? So basically the reverse.

最满意答案

没有。

这是一个在App Engine PHP运行时工作的人的详细答案。

No.

Detailed answer here by a guy working on the App Engine PHP runtime.

更多推荐

本文发布于:2023-04-29 10:42:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1336423.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:网址   blobkey   construct   serving   url

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!