Google云端存储 - 无法获取默认存储桶名称

时间:2015-09-01 19:54:42

标签: java google-app-engine google-cloud-storage

我尝试从开发者控制台获取默认存储桶名称:

应用程序设置>云集成

但是得到消息:

  

创建项目时发生错误。请重试。

还尝试从代码中获取默认存储桶名称:

AppIdentityServiceFactory.getAppIdentityService().getDefaultGcsBucketName();

并收到

 Uncaught exception from servlet
com.google.appengine.api.appidentity.AppIdentityServiceFailureException: getDefaultGcsBucketNameResponse contained no data
    at com.google.appengine.api.appidentity.AppIdentityServiceImpl.getDefaultGcsBucketName(AppIdentityServiceImpl.java:215)

有人有什么想法吗?

(启用了Cloud Storage API,并禁用了结算 - 我想尝试免费配额)

0 个答案:

没有答案