[google-appengine] Re: without "Experimental Federated Login" on Authentication Options drop down at GAE

2016-09-18 Thread channing dev
Hi, I see. But which one will be selected (Google Accounts API or Google Apps Domain) even I use the Google Identity Toolkit for federated login. Thanks On Monday, September 19, 2016 at 8:02:10 AM UTC+8, Adam (Cloud Platform Support) wrote: > > That option has been deprecated for some time >

[google-appengine] Re: without "Experimental Federated Login" on Authentication Options drop down at GAE

2016-09-18 Thread 'Adam (Cloud Platform Support)' via Google App Engine
That option has been deprecated for some time (the only references to that option are from blog and forum posts for 4+ years ago). You don't need that option for federated sign-in anymore though, as this functionali

[google-appengine] Re: SSL certificate all subdomain on GAE

2016-09-18 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Please see step 3 in the documentation regarding verifying your domain, particularly: 1. Supply the domain name ("example.com") and click *Verify*. This opens up a new tab titled *Webmaster Central*.

[google-appengine] Latency graph

2016-09-18 Thread Deepak Singh
PFA the attached graph for our latencyon dashboard (Java flex env). What should we conclude based on this data ? -- Tech team -- 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

[google-appengine] Get Channel Token from /_ah/channel/connected/ and /disconnected/

2016-09-18 Thread Jacksen K
Is it possible to get the channel token from the subsequent requests to /_ah/channel/connected/ and /disconnected/? I know you can parse the request and get the client id but I want the token. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] How to design a daily job for bulk inserts of data

2016-09-18 Thread Niklas Andersson
I have a bunch of files at Cloud Storage that I need to parse and insert into Cloud SQL once per day. The operation takes about an hour on a n1-standard-2 instance, and then ~10mins to insert the data into Cloud SQL. My idea of design to solve this problem with GAE is: 1. Define a scheduled