On Tue, Mar 10, 2015 at 6:20 AM, Lorenz Leutgeb <[email protected]> wrote:
> I have asked a question on StackOverflow and did not get any response for > about a month. > Please consider taking a look: http://stackoverflow.com/questions/28128598 > In your SO post you say that deployment to a different project ID works. Are there any notable changes between the original and different project IDs? For instance, is one of the IDs significantly older or were they created at roughly the same time? If you use your custom domain only and not the appspot url, you could repoint your domain to use the project ID that is working and skip the problem entirely. There's also a couple of things you can try. Try making sure that Compute Engine API access <https://cloud.google.com/appengine/docs/go/managed-vms/sdk#deploy>is available to your project: go to the APIs section in the cloud console, and make sure that all the Compute Engine services are enabled. Your screen should enable the following services: http://imgur.com/3rBrNhv Secondly, try making sure Cloud Integration is active. Go to appspot.com (the "old" App Engine console), click on your app name, then click on Application Settings on the left hand navigation bar. Scroll all the way down and ensure your app is integrated. If your screen looks like this, press the Create button: http://imgur.com/qpEs2ju ----------------- -Vinny P Technology & Media Consultant Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CALSvALBLkX8L6BOjZArBMMn7ykUG-9WLr%2BFFwezBV1%3DWkPViyw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
