I\'ve created one project on Google App Engine and I\'m unable to deploy the project with project id: \"my project id\"
Here are details of problem occurred:
<
You have to do exactly as the error message tells you, which is to run the gcloud app create (beta no longer needed) command from a terminal.
App Engine is no longer automatically initialized for newly created projects, so you must run this command on a new project before deploying an App Engine app for the first time.