Google Cloud Storage bucket throws error “The project to be billed is associated with a closed billing account.”

前端 未结 1 482
刺人心
刺人心 2020-12-19 06:39

I already checked my project and it has an active billing account

I am using node js

var gcloud    = require(\'gcloud\');
var gcs = gcloud.storage({         


        
1条回答
  •  自闭症患者
    2020-12-19 07:18

    Based on my research please find below the possible scenarios of the error message you provided:

    1. If you are using Cloud Platform Free Tier you may have run out of Cloud Storage Always Free usage limits. In that case, you may consider upgrading your account to a paid one to potentially resolve the issue.

    2. This error may also occur because of the Cloud Storage bucket you are trying to use does not exist. You may verify this by clicking the blue button titled “Open the Cloud Storage Browser”.

    3. If you have a paid account and the Cloud Storage bucket does exist, please open a Billing Support Request using the Billing Support Requests form provided here.

    0 讨论(0)
提交回复
热议问题