从服务网址构建blobkey

时间:2015-04-13 20:30:22

标签: java google-app-engine blobstore

鉴于BlobKey,我知道如何获取服务网址。

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

如果我被赋予servingUrl,有没有办法构建BlobKey?所以基本上相反。

1 个答案:

答案 0 :(得分:0)

没有

在App Engine PHP运行时工作的人员的详细答案here

相关问题