I bumped into issue week-two ago. Now it took me like half hour to find documentation where it is described. based on this https://cloud.google.com/appengine/docs/flexible/python/migrating-an-existing-app Google Cloud Endpoints are not supported in Flexible environment (and about half of services from standard environment (just wander why they call it python-compat (compatible)). This can be big deal for migrating existing web apps from standard to flexible. For one client I wanted to migrate from Standard to Flexibile to reduce instance cost but because of missing support of some services I gave up. Not sure if the support gonna change, but it's good to take that into account even when developing new applications. I bet not many people don't know about this.
Zdenko On Tuesday, June 28, 2016 at 9:33:07 PM UTC+2, Bill Li wrote: > > Hi, I have used Google Endpoint on Google App Engine Standard environment > before, and I think it is easy to use. But I did not find any documentation > on how to deploy Endpoints on Google App Engine Flexible Environment. Do > anyone has any idea about whether we can use endpoints on flexible > environment? > From my research, it seems that the Google App Engine SDK is only used by > Standard mode, and the endpoints need support from Google App Engine SDK. > So I am wondering whether this means the Flexible Environment does not > support Google Endpoint? > Thanks for any answer! > -- 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/eeaaa065-c7e1-47fb-a3d4-8465f1884d35%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
