[google-appengine] Cannot generate endpoint discovery docs using endpointscfg

2019-05-02 Thread Larry Schiefer
The endpointscfg.py utility is no longer working due to the backing Google webapis-discovery service not being available. This prevents the creation of endpoint discovery documents as well as client libraries. This has been logged in the issue tracker, but has not received any attention yet:

Re: [google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-05-08 Thread Larry Schiefer
15308d8f%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/5a1613a6-fdc7-4b74-b8b7-05c315308d8f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Larry Schiefer M: 469

Re: [google-appengine] Re: Cannot generate endpoint discovery docs using endpointscfg

2019-07-01 Thread Larry Schiefer
, Jaskaran Singh wrote: > > Hi @Larry Schiefer > > did you find any solution for this? > > Please let me know i am facing this issue please. > > On Wednesday, May 8, 2019 at 6:41:42 PM UTC+5:30, Larry Schiefer wrote: >> >> Great, thank you! >> >> O

Re: [google-appengine] App Engine Admin Panel

2019-12-06 Thread Larry Schiefer
le-appengine+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/03bb2b87-773f-4bad-9d8e-b33153ccf347%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/03bb2b87-773f-4bad-9d8e-b33153ccf347%40

Re: [google-appengine] Can't I set a specific request timeout ? 24 hours for running an HTTP requets seems crazy.

2020-01-31 Thread Larry Schiefer
://groups.google.com/d/msgid/google-appengine/cbc75d76-591f-4f58-bff3-42d6fe0b8b4c%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/cbc75d76-591f-4f58-bff3-42d6fe0b8b4c%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Larry Schiefe

[google-appengine] Cloud Build Error when deploying GAE

2020-02-25 Thread Larry Schiefer
Our project uses GAE standard, auto-scaling, Python 2.7. We deploy using gcloud and haven't changed anything regarding the way we deploy. However, now we are starting to see these types of errors when we deploy: File upload done. Updating service [default]...failed. ERROR: (gcloud.app.deploy) Err

Re: [google-appengine] Re: Cloud Build Error when deploying GAE

2020-02-25 Thread Larry Schiefer
gt; may provide a hint as to which files were unsuccessfully downloaded in the > first try. > > On Tuesday, February 25, 2020 at 9:33:01 AM UTC-5, Larry Schiefer wrote: >> >> Our project uses GAE standard, auto-scaling, Python 2.7. We deploy using >> gcloud and haven't

[google-appengine] Datastore Enum Types No Longer Serialized

2020-10-09 Thread Larry Schiefer
We are using GAE python standard environment (Python 2.7) and suddenly our app started experiencing issues when serializing a datastore enum property. Our code has been deployed and working for over 6 months and today it is failing. For example: class SomeType(messages.Enum): FIRST_TYPE = 1