问题
Following this instruction, I try to deploy a front end app to Google Cloud. On the last step, I get the following error for the command "gcloud app deploy"
(gcloud.app.deploy) Unable to deploy to application [my-app] with status [USER_DISABLED]: Deploying to stopped apps is not allowed.
I take a look at my Google Cloud account and can't find the disabled status.
Where shall I look to solve this problem?
回答1:
You should be able to re-enable your application by going to App Engine -> Settings when managing your project in the Google Cloud Platform Console.
回答2:
yeah you need to enable your application here
来源:https://stackoverflow.com/questions/45831215/google-cloud-deployment-user-disabled