鉴于BlobKey
,我知道如何获取服务网址。
ServingUrlOptions options = ServingUrlOptions.Builder
.withBlobKey(blobKey)
.secureUrl(false);
String servingUrl = ImagesServiceFactory.getImagesService()
.getServingUrl(options);
如果我被赋予servingUrl
,有没有办法构建BlobKey?所以基本上相反。