I am deploying a simple dashboard webapp in python. everything about the deployment is more or less identical to previous deployments, which have worked. (Same YAML, same authentication code, etc.)
However, when I deploy this next app, google cloud CLI throws the above error on gcloud app create
.
ERROR: (gcloud.app.create) INVALID_ARGUMENT: The project must have a billing account attached
I've been unable to find a solution on various forums, besides "wait and try it later". Supposedly this works. But still curious as to why this error occurs / any more experienced advice.
Billing Accounts in Google Cloud Storage can only have a limited number of projects. In this case, it was 3.
So I just had to create a new Billing Account (can be the same card information).