Re: [google-appengine] Make appspot URL unsearchable

2017-03-26 Thread Attila-Mihaly Balazs
Yes, "login: admin" is independent of the runtime you use. Are you using a browser to access the URL or some kind of tool (like cURL?). In the browser it should redirect you to the google login page to ensure that you're logged in with a google user that has "owner" level permissions on the

[google-appengine] Re: Moving application to European datacenter?

2017-03-26 Thread Attila-Mihaly Balazs
Just a cautionary note: some services (like App Engine Flexible) are not avaiable in the EU datacenters (I reasons which escape me - since the software clearly exists, it just needs to be deployed there), so make sure that you review your architecture before deciding to go with the EU

[google-appengine] Re: Flexible Environment deployments are not supported in the apps region 'europe-west'.

2017-03-26 Thread Attila-Mihaly Balazs
This is BS. The software is clearly available and there should be no technical reason for not deploying it to the eu-west datacenters also. It upsets me because it means that I'm stuck on Python 2.7 and very soon I won't be able to update to the latest Django (which will drop support for

[google-appengine] Re: Problems with deploying App Engine application

2017-03-26 Thread Augusto Cadini
Hi, I have the same error! and I follow your tip but not works! No exists "Cloud Container Build" Em domingo, 20 de novembro de 2016 22:29:11 UTC-2, Jacquelin Hansel escreveu: > > Hi everyone, > > My team and I are working on the Trendy Lights Tutorial >

[google-appengine] Re: request_logs GAE authentication stopped working

2017-03-26 Thread Julian Bunn
Hi Staffan, Thanks for this suggestion - I tried it, but it didn't appear to make any difference. Can you tell me where you saw this issue of expired certificates talked out? It looks to me as if there is something wrong with the oauth2 handling of the token refresh from request_logs on the

[google-appengine] Re: request_logs GAE authentication stopped working

2017-03-26 Thread Staffan Rolfsson
Hi, I got problems to deploy on 1.9.51 (updated from 1.9.48), and after some googling I found that it was due to expired certificates. Could this be a similiar problem? It was easy to fix on your own (as we wait for official fix?), - in SDK choose menu>> File>> Open SDK in explorer - open

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-26 Thread Jeff Schnitzer
Me too! I don’t understand how anyone can use the task queue without it. I’m spinning up a postgres-based project that needs to use the task queue. Looks like I’m going to have to write tasks into a table then have a separate reaper process that shuttles them into the task queue. Sure wish I had

Re: [google-appengine] Re: Plans for Node.js on App Engine Standard?

2017-03-26 Thread Jason Collins
"ability to transactionally enqueue tasks" <-- probably my favourite feature. On Sat, 25 Mar 2017 at 11:06 Jeff Schnitzer wrote: > On Sat, Mar 25, 2017 at 8:39 AM, Jason Collins > wrote: > > "Not only for some of the API's that are unique to

[google-appengine] Re: webapp2 pgoram!Client computers generate a large time_wait_connect!

2017-03-26 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I'm not sure why you'd want to do this, except maybe to hide the fact that your site does not have a valid SSL certificate. One cause of latency is the fact that you're buffering the entire response in App Engine before sending it along to the client, but really what you're doing is a hack and