I'm trying to deploy the Google App Engine sample app inside my own project that I create in the Google Developer Console, already add the project ID and in theory it should work.
But the console to display the Deployment in IntellijIDEA returns this information.
Beginning interaction for module default...
Password for [email protected]: java.lang.RuntimeException: Bad authentication response: 404 Not Found Unable to update app: Bad authentication response: 404 Not Found Please see the logs [/tmp/appcfg6920280188625618051.log] for further information . Failed to deploy 'helloworld:war exploded': Process terminated with exit code 1
I've already reviewed the documentation and it's practically the only thing I have to change to make it work without problems.
Two things to consider:
The version of app engine that you use in your project, check that it is the most recent.
In the configuration of your profile (maven for example), check that you have authentication enabled through OAuth , it is simpler and you only have to authenticate once to be able to perform several deployments, otherwise you have to generate a token for each time you want to publish.