Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine 计费失败后无法重新激活Google云存储_Google App Engine_Google Cloud Storage - Fatal编程技术网

Google app engine 计费失败后无法重新激活Google云存储

Google app engine 计费失败后无法重新激活Google云存储,google-app-engine,google-cloud-storage,Google App Engine,Google Cloud Storage,我在同一个项目中使用连接到谷歌应用程序引擎的谷歌云存储。最近,我的google云存储在计费失败后被禁用,消息如下: AccountProblemYour Google account is not currently enabled for this operation. Please check https://code.google.com/apis/console/#:billing to see if you have a past due balance or if the credi

我在同一个项目中使用连接到谷歌应用程序引擎的谷歌云存储。最近,我的google云存储在计费失败后被禁用,消息如下:

AccountProblemYour Google account is not currently enabled for this operation.
Please check https://code.google.com/apis/console/#:billing to see if you have a past due balance or if the credit card (or other payment mechanism) on your account is expired. You can find additional information at https://developers.google.com/storage/docs/signup
因此,我已立即用其他付款方式付款。然而,我仍然从谷歌那里得到同样的信息

我还应该做些什么来重新激活我的谷歌云存储?

我也有同样的问题

问题说明
  • 由于信用卡过期,帐户已停用
  • 云存储开始失败,出现以下消息

    <Error>
      <Code>AccountProblem</Code>
      <Message>
        Your Google account is not currently enabled for this operation. Please check https://code.google.com/apis/console/#:billing to see if you have a past due balance or if the credit card (or other payment mechanism) on your account is expired. You can find additional information at https://developers.google.com/storage/docs/signup
      </Message>
    </Error>
    

  • 在我的云控制台项目中,在存储云存储存储浏览器中,我收到一条消息,如“启用计费后可以使用云存储”,然后是一个大的启用按钮
  • 我单击了启用按钮,它消失了,似乎正常工作,但我在尝试查看文件时遇到了相同的错误,刷新存储浏览器屏幕后,消息又回来了
问题解决方案 我通过禁用整个项目的计费(不仅仅是在云存储屏幕上),然后重新启用,解决了这个问题。在项目中,单击计费和设置,然后单击禁用计费。然后重新启用


请访问并输入计费支持请求。此解决方案将停止您的所有服务器或服务,请小心。