gpt4 book ai didi

java - 如何从应用程序引擎上的 BlobKey 获取 blob 文件名

转载 作者:行者123 更新时间:2023-11-30 03:42:17 26 4
gpt4 key购买 nike

这是一个服务器端问题。我只有一个 BlobKey,没有其他东西。如何从所述 BlobKey 获取 blob 文件名?我知道如何获取servingUrl为

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

但是如何获取 Blob Viewer 中保存/显示的文件名,例如 image_1.png?我使用的是 Java——而不是 python。

最佳答案

使用BlobInfo 类。

BlobInfoFactory blobInfoFactory = new BlobInfoFactory();
BlobInfo blobInfo = blobInfoFactory.loadBlobInfo(blobKey);
String fileName = blobInfo.getFilename();

关于java - 如何从应用程序引擎上的 BlobKey 获取 blob 文件名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26574680/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com