我正在编写一个脚本来启动一个谷歌云 sql 数据库:
gcloud sql instances create sql_testcustomer --region europe-west1 --tier D1 --quiet
但它给了我以下错误:
ERROR: (gcloud.sql.instances.create) ResponseError: status=403, code=Forbidden, reason=invalidBillingAccountState
message=The billing account is not in good standing; therefore no new instance can be created.
不用说,我在没有任何运气的情况下广泛搜索了它。