I went through the tutorial Quickstart for Python in the App Engine Flexible Environment to deploy the sample Python app and was able to get that to work. I am now trying to deploy my own app and am getting the error: Post https://us.gcr.io/v2/flexible-vm-python/appengine/default.20160603t094107/blobs/uploads/ : token auth attempt for registry: https://us.gcr.io/v2/token?account=_token&scope=repository%3Aflexible-vm-python%2Fappengine%2Fdefault.20160603t094107%3Apush%2Cpull&service=us.gcr.io request failed with status: 400 Bad Request ERROR ERROR: error pushing image " us.gcr.io/flexible-vm-python/appengine/default.20160603t094107:latest": exit status 1 ERROR: (gcloud.preview.app.deploy) Error Response: [2] Build failed; check build logs for details
I do have billing enabled for this project. Ideas on how to resolve and/or where to look for the build logs for more details? Also, how do I change what App Engine project it is deployed to? For example, 'flexible-vm-python' is the project I used for the Hello World sample. The project for this app is 'flexible-vm-api-profiler'. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/5c943797-027f-459c-9891-d291318210ee%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
