繁体   English   中英

Google Appengine旧Blob文件服务-在转换代码之前,我们还有更多时间吗?

[英]Google Appengine Old Blob File Service— do we still have more time until we have to convert our code

我们有一个Google Appengine应用程序,该应用程序已弃用Blobservice。 Google向我们发送了一封电子邮件,说该服务将于7月28日删除。 它还说,5月20日“没有新的申请者可以访问Files API。”

我们的应用程序(6月2日)从应用程序中的行接收到错误消息:

final FileService fileservice = FileServiceFactory.getFileService();
file = fileservice.createNewBlobFile("text/xml");

com.google.apphosting.api.ApiProxy$CallNotFoundException: The API package 'file' or call 'Create()' was not found.
    ...

at com.google.appengine.api.files.FileServiceImpl.makeSyncCall(FileServiceImpl.java:590)
    at com.google.appengine.api.files.FileServiceImpl.create(FileServiceImpl.java:512)
    at com.google.appengine.api.files.FileServiceImpl.createNewBlobFile(FileServiceImpl.java:111)
    at com.google.appengine.api.files.FileServiceImpl.createNewBlobFile(FileServiceImpl.java:93)

Google是否已比我预期的更早删除了该功能,或者我们误解了异常试图告诉我们的内容? 我以为我们有更多时间进行转换。

(我们最近上传到了一段时间前创建的项目。该功能似乎正在uthreee.appspot.com上使用。)

我的几个应用程序也遇到了同样的问题,我解决了向支持人员开票的问题。

我的应用程序被错误地标记为“新应用程序”(即使它很旧),因此,Files API已被关闭。

您需要打开支持票证,其中提供了应用程序ID eng。 小组将继续重新启用Files API

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM