App Engine Endpoints DOWN -
i use google cloud endpoints application. whenever hit application root, gives error. console says:
importing endpoints google.appengine.ext deprecated , removed. add endpoints library app.yaml, endpoints can imported "import endpoints".
there no mention of in documentation , believe doing correctly.
i tried adding endpoints library section of app.yaml
, deployment failed saying wasn't valid library. when in instance page, says instances running on app engine 1.8.5, pre-release version hasn't come out yet!
is google problem or code?
the message you're seeing warning, not error. endpoints running on python 2.7 continue work without code changes.
however, may seeing error if you're trying run endpoints on python 2.5. no longer work, , unfortunately not communicated prior release. resume use of endpoints, you'll need update application python 2.7.
Comments
Post a Comment