AccessDeniedException: 403 The project to be billed is associated with a closed billing account

允我心安 提交于 2020-07-06 22:07:36

问题


I have opened a new google cloud account and I am about to set up a VM on that. Before that I wanted to create a bucket and I will be copying from one bucket to another bucket.

I am able to create a bucket and while copying I am facing issue as below:

AccessDeniedException: 403 The project to be billed is associated with a closed billing account.

So I have tried the following options:

To reopen a closed account:

Go to the Google Cloud Platform Console. Open the console left side menu and select Billing. Choose Manage billing accounts. From the list near the middle of the page, select Show all accounts. Click the billing account name. Click Reopen billing account.

After clicking on billing account name, I could not find a "Reopen billing account option". I am stuck at this point. Any help would be really appreciated. Thanks !


回答1:


I was using the Shrine GCP for my Rails project and this error occurred because I had not pointed to the correct bucket in the initializer shrine.rb.

For anyone who is not using my stack, then the issue was that the bucket I had declared did not exist in my GCP project. So be sure that either 1) You are pointing to the right bucket or 2) create the bucket in the project Cloud Storage.

I have no idea why Google gives this error message lol




回答2:


According to Project's Billing Settings, you must be an owner on the project and a billing administrator on the destination billing account.

Just make sure of the billing account you have linked to that project.




回答3:


If you are the owner of the Billing account, just go to the console (Google Cloud Platform) on the browser and select the project. Click the Activate Billing button on the top and refresh it.



来源:https://stackoverflow.com/questions/55433145/accessdeniedexception-403-the-project-to-be-billed-is-associated-with-a-closed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!