[google-appengine] Server-Sent Events using Channels API

2015-06-01 Thread Robert Stepanek
Is the Channels API planned to support the Server-Sent Events W3C Recommendation (http://www.w3.org/TR/eventsource/)? Given that this standard is pushed by Google it would be great to also use it on App Engine. Or does it work already with the current Channels implementation? Many thanks, Rober

Re: [google-appengine] Python 2 End of Life 2020

2015-06-01 Thread Emlyn
+1 from me too. Managed VMs mean I'm a sysadmin; nooo! If I wanted that I'd be using AWS like a peasant. On 23 April 2015 at 04:44, Adam Sah wrote: > +1 to this comment. Managed VMs don't replace the sysadmin simplicity of > appengine, incl automatic OS security upgrades. > > On Wednesday, April

[google-appengine] Re: DNS addresses of my project GAE not working.

2015-06-01 Thread Alberto Marqués
problem solved, since the provider dns -- 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 google-appengine+unsubscr...@googlegroups.com. To post to this group,

[google-appengine] Re: DNS addresses of my project GAE not working.

2015-06-01 Thread Nick (Cloud Platform Support)
Hey Alberto, I'd suggest posting a thread like this on StackOverflow, as it's more likely to be seen and acted on in that context. This forum is more for general discussion of issues. With that said, I'll advise you to triple-check that you've followed all the steps in the docs for setting up

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-01 Thread 'Alex Martelli' via Google App Engine
I think you're being hit by the files API deprecation, see https://cloud.google.com/appengine/docs/deprecations/files_api Alex On Sun, May 31, 2015 at 10:07 AM, Christophe DA COSTA wrote: > I am trying to use the blobstore API, but I have this error: > > com.google.api.server.spi.SystemService

Re: [google-appengine] Re: Remove account from Google Developer application

2015-06-01 Thread Nick (Cloud Platform Support)
I've gone ahead and deleted the attachment, as it really is best for your privacy not to post it. Best of luck with your contact with billing! On Wednesday, May 27, 2015 at 6:30:46 PM UTC-4, Nick (Cloud Platform Support) wrote: > > Hi Nilesh, > > Just one more thing: In the interests of protec

[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-06-01 Thread Ryan (Cloud Platform Support)
@*Julien You need to setup your environment variables. You need to set all 3 for it to work. Here are some links:* *https://groups.google.com/forum/#!topic/google-appengine-stackoverflow/mz1ugDxKZPU* *http://stackoverflow.com/questions/26842682/dockerdaemonconnectionerror-when-setting-google-clou

Re: [google-appengine] Re: Open Source Apps for GAE

2015-06-01 Thread Nick (Cloud Platform Support)
It's a slightly different sandbox for each language, given that each language has a different runtime, standard libraries, ways of accessing the file-system, process information, networking configuration, etc. - You can read about the Java runtime

[google-appengine] Re: AppEngine : Tools sdk jar could not be located

2015-06-01 Thread Patrice (Cloud Platform Support)
Hi sairav, For technical questions, normally we suggest to use Stack Overflow instead of the google group. The group is mostly used to discuss higher level concepts that cannot fit the Question & Answer style of Stack Overflow (so things like "best practices", "discussing use for certain featur

[google-appengine] Re: AppEngine : Tools sdk jar could not be located

2015-06-01 Thread appu
What is your setup? In Android Studio, the source of truth is the gradle build file in your appengine project. Have you configured your SDK in there (or used the automatically downloaded one)? On Sunday, May 31, 2015 at 8:51:21 PM UTC-4, sairav7 wrote: > > I am trying to deploy backend module t

[google-appengine] Blobstore API upload behavior on error

2015-06-01 Thread Jeff Schnitzer
What is the behavior of the blobstore upload API when the callback produces a 500 error? This is not at present documented. I would hope that GAE deletes the blob, otherwise it's going to leak. My application cannot be trusted to detect the 500 error and delete the blob explicitly; after all, the

[google-appengine] Re: 400 Error when trying to deploy the Node.js helloworld app to appengine

2015-06-01 Thread Julien
*Last week I was getting the following:* gcloud preview app deploy app.yaml --set-default You are about to deploy the following modules: - academic-torch-95915/default/20150529t102149 From: [/home/julien/1-hello-world/app.yaml] Do you want to continue (Y/n)? y ERROR: (gcloud.preview.app.deploy

[google-appengine] DNS addresses of my project GAE not working.

2015-06-01 Thread Alberto Marqués
I created a custom domain and I checked myself into the DNS entries, which provides me google app engine. But I get a DNS server fails and can not find these ips. I have run an nslookup command to the domain, and ip's are correct. Is there any way to get help ?. My account GAE is free, but th