Re: [google-appengine] Cache headers modified by Google Frontend

2014-01-27 Thread Barry Hunter
> > > > Connected with an "admin" account, caching seems to be disabled, at least > on Chrome and Firefox. > I've seen this too. I believe its a 'feature' - ie so the admin shouldnt see stale pages. To make it easier to edit pages in CMS's etc. But it might also be to help ensure that your 'secr

[google-appengine] Re: Request was aborted after waiting too long to attempt to service your request

2014-01-27 Thread Jason Collins
Requests that hit your application are put into a queue waiting for an instance to become available. If those requests become 10-seconds old, they are cancelled (error to client). The App Engine Scheduler may or may not attempt to spin up a new instance under this pressure (rules are black box

Re: [google-appengine] Cache headers modified by Google Frontend

2014-01-27 Thread Francois Masurel
Hi Barry, You're right, it's must be a feature to avoid AppEngine "admin" headers being cached by proxies, should have thought about it by myself :-) Thanx a lot for helping. François On Monday, January 27, 2014 3:30:45 PM UTC+1, barryhunter wrote: > > >> >> Connected with an "admin" account,

[google-appengine] Transactions execute successfully but data is not updated for one entity kind

2014-01-27 Thread Lucian Baciu
Hi, My app just starting experiencing an issue a few hours ago. All add/updates/delete operations on an entity "History" are executed successfully (i.e. with no exception), however the data is not updated. I have tried updating one of these entities through the AppEngine console with the same

[google-appengine] How do I log-in to Google Apps Extensions console?

2014-01-27 Thread javaid . salman
Dear App Engine team: I need a little help here. I am trying to use Google Apps Extensions console but the documentation is extremely vague. Here is the documentation. It says that to log-in to G

[google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Todd Olson
Folks, We are getting persistent 503 errors (see below) while running appcfg update. 02:33 PM Error 503: --- begin server output --- Try Again (503) An unexpected failure has occurred. Please try again. --- end server output --- This began yesterday and is still persistent. Consistent fai

[google-appengine] Our website hosted on appspot.com - should be banned, shouldn't it?

2014-01-27 Thread Robin Podešva
Hello, I've found out that our website http://www.povinne-ruceni.com/ is runs also on this URL: https://boxapp.appspot.com/www.povinne-ruceni.com/ Is there any way to get Google to remove it from there? Thanks, Robin Podešva -- You received this message because you are subscribed to the Goog

[google-appengine] Getting 403 status trying to work access a bucket in Google Cloud Storage from AppEngine

2014-01-27 Thread Dario Iacampo
In my appEngine application: - cloud storage is turned on - billing is enabled - the app works great locally on the sdk After I have deployed the app, as soon I try to access a bucket [ bucket_images = list(gcs.listbucket(bucket_name)) ] I get the 403 error: Expect status [200] from Google Stora

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Vinny P
On Sat, Jan 25, 2014 at 1:51 PM, Todd Olson wrote: > Consistent failure over 24 hours on a major function seems like a problem, > yet the AppEngine system status page is all 'green.' Are we the only ones? > Deployment issues occasionally crop up, but they tend to fix themselves sooner or later

Re: [google-appengine] Getting 403 status trying to work access a bucket in Google Cloud Storage from AppEngine

2014-01-27 Thread Vinny P
On Mon, Jan 27, 2014 at 8:58 AM, Dario Iacampo wrote: > In my appEngine application: > - cloud storage is turned on > - billing is enabled > - the app works great locally on the sdk > > After I have deployed the app, as soon I try to access a bucket [ > bucket_images = list(gcs.listbucket(bucket_

Re: [google-appengine] How do I log-in to Google Apps Extensions console?

2014-01-27 Thread Vinny P
On Sun, Jan 26, 2014 at 2:45 PM, wrote: > > I need a little help here. I am trying to > use Google Apps Extensions console but the documentation is extremely > vague. Here is the > documentation. >

Re: [google-appengine] Transactions execute successfully but data is not updated for one entity kind

2014-01-27 Thread Vinny P
On Mon, Jan 27, 2014 at 10:59 AM, Lucian Baciu wrote: > > My app just starting experiencing an issue a few hours ago. All > add/updates/delete operations on an entity "History" are executed > successfully (i.e. with no exception), however the data is not updated. I > have tried updating one of th

Re: [google-appengine] Our website hosted on appspot.com - should be banned, shouldn't it?

2014-01-27 Thread Vinny P
On Mon, Jan 27, 2014 at 6:53 AM, Robin Podešva < robin.pode...@povinne-ruceni.com> wrote: > I've found out that our website http://www.povinne-ruceni.com/ is runs > also on this URL: https://boxapp.appspot.com/www.povinne-ruceni.com/ > Is there any way to get Google to remove it from there? > H

Re: [google-appengine] Endpoints always return an object

2014-01-27 Thread Andrey Rychkov
You are right! I rewrote the code public String[] test() { return new String[] {"a", "b", "c"}; } but the endpoint still returns the object { "items": [ "a", "b", "c" ] } I get this result in Google APIs Explorer. On Saturday, January 25, 2014 7:50:03 AM UTC+4, Vinny P wrote:

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Todd Olson
Thanks for the response. It cleared up around 4PM ET on Saturday and was working fine until around 1:30PM ET today. It's down for 90 minutes again (and counting). I simply cannot imagine that we are the only ones encountering these issues, yet I cannot find any information/announcement.

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread PK
In my python deployment I found out that turning off precompilation during upload works around the issue. I am not familiar with GO. Is something similar an option? I share your frustration. Do open a production ticket for the record and update it but unless you have paid support nobody from G

Re: [google-appengine] Endpoints always return an object

2014-01-27 Thread Vinny P
On Mon, Jan 27, 2014 at 1:34 PM, Andrey Rychkov wrote: > You are right! I rewrote the code > public String[] test(){return new String[] {"a", "b", "c"};} > but the endpoint still returns the object > {"items":["a","b","c"]} > Is there a specific reason you need an array at the top level, inst

Re: [google-appengine] Consistent 503 errors while updating Go app

2014-01-27 Thread Vinny P
On Mon, Jan 27, 2014 at 2:08 PM, Todd Olson wrote: > I simply cannot imagine that we are the only ones encountering these > issues, yet I cannot find any information/announcement. What are we doing > wrong? > Well, that's a bit of an open-ended question. If you can narrow it down (i.e. instanc