Re: [google-appengine] Google Drive

2014-10-21 Thread Vinny P
On Tue, Oct 21, 2014 at 3:14 PM, philippe pithon wrote: > Following your advice, I dropped Users API... I only use Drive client > library... > Google connection and Drive upload works well... Thanks... > > I have 2 small problems to solve (I didn't have with Users API) : > - find the method for

[google-appengine] Re: 1.9.13 causing some requests to crash instances?

2014-10-21 Thread Ryan Barrett
...and stopped again, as of 12:30 PST. On Monday, October 20, 2014 11:28:25 AM UTC-7, Ryan Barrett wrote: > > just a heads up: this started happening again a few hours ago. my > instances are on 1.9.14 now, and the timing and situation are about the > same, so maybe the same root cause with the

[google-appengine] 1.9.12 as latest release (from https://appengine.google.com/api/updatecheck)

2014-10-21 Thread Ricardo Bánffy
Hi folks. While working on https://github.com/rbanffy/appengine.py (in an attempt to simplify https://github.com/rbanffy/testable_appengine, I'm experiencing some odd breakage because https://appengine.google.com/api/updatecheck is returning 'release: "1.9.12"' rather than the current, 1.9.13. Ar

Re: [google-appengine] Google Drive

2014-10-21 Thread philippe pithon
redeploying today, I have no problem with EMF... Following your advice, I dropped Users API... I only use Drive client library... Google connection and Drive upload works well... Thanks... I have 2 small problems to solve (I didn't have with Users API) : - find the method for logoutURL - on Goog

Re: [google-appengine] Log system errors (The API call logservice.Flush() was explicitly cancelled.)

2014-10-21 Thread johnP
Good call. Indeed, these requests are logging from 63,000 to 88,000 ms. So now, I guess the question is why lightweight pages are periodically timing out:) On Tuesday, October 21, 2014 9:26:55 AM UTC-7, PK wrote: > > Check how close the request is to its deadline when you see this. In man

Re: [google-appengine] Log system errors (The API call logservice.Flush() was explicitly cancelled.)

2014-10-21 Thread PK
Check how close the request is to its deadline when you see this. In many occasions, this is a side effect of your request exceeding its deadline. The runtime probably tries to flush the logs first and that masks the real condition. PK > On Oct 21, 2014, at 9:22 AM, johnP wrote: > > Started

[google-appengine] Log system errors (The API call logservice.Flush() was explicitly cancelled.)

2014-10-21 Thread johnP
Started getting these periodically. Couple times a day for a week. Python 2.7. Looks like it's totally internal to Google, although who knows. Maybe I'm triggering it somehow. Tried to wait for a week for it to clear up on its own. No luck. 1. E2014-10-21 06:00:34.955 Tra