[google-appengine] Get result of async operation to Google speech-to-text

2016-08-10 Thread Bruno Leitão
Hi all, I perform a async request to google speech-to-text, and now i do not know how to get the result of operation. I already know that operation was successful Thanks BL -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe

[google-appengine] Re: Google App engine latency issue

2016-08-10 Thread 'Qi Ke' via Google App Engine
Is this the latency for the first request or average? The first request is usually slower because it needs to wait for GAE to spin up new instance to serve your request. On Wednesday, August 10, 2016 at 12:31:22 AM UTC-7, vaishnavesh shukla wrote: > > I am executing a blank PHP file and looked

[google-appengine] Re: No traffic, 5 instances running

2016-08-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
This was indeed a transient issue occurring only over the weekend and limited to a small number of projects. Were there any other projects affected like so over the weekend? Please note that if you are experiencing similar scaling symptoms still, it is likely unrelated and I would strongly

[google-appengine] Re: Spam report

2016-08-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Hello and welcome to the App Engine Google Groups. Could you provide more information about the spam report you are looking to have? If this is about the Google Developers Console

Re: [google-appengine] Re: loading_request=0

2016-08-10 Thread Deepak Singh
Hi Nick, I will soon update you as i am currently out of station. On Tue, Aug 9, 2016 at 8:20 PM, 'Nick (Cloud Platform Support)' via Google App Engine wrote: > Hey Deepak, > > Any update? I'm here and happy to assist. > > Cheers, > > Nick > Cloud Platform

[google-appengine] Re: gcloud utility on custom Python Flexible VM

2016-08-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey John, I'll be attempting to replicate this now, and I'll report back very shortly with my findings and next steps. Cheers, Nick Cloud Platform Community Support On Wednesday, August 10, 2016 at 12:53:53 PM UTC-4, Jonh Kelvin wrote: > > Thanks. > > Yup, it happens 100%. > I haven't managed

[google-appengine] Re: gcloud utility on custom Python Flexible VM

2016-08-10 Thread Jonh Kelvin
Thanks. Yup, it happens 100%. I haven't managed to get versions/services/instances list at all. On Wednesday, August 10, 2016 at 7:48:48 PM UTC+3, Nick (Cloud Platform Support) wrote: > > Hey John, > > Ah, here are two: App Engine > , Cloud

[google-appengine] Re: gcloud utility on custom Python Flexible VM

2016-08-10 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey John, Ah, here are two: App Engine , Cloud Platform , sorry to have left it out! Does this issue occur every time the command is run, or only occasionally? Cheers, Nick

[google-appengine] Re: Google App engine latency issue

2016-08-10 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
While I can appreciate the desire to accelerate response times for one's application, 2 milliseconds is hardly enough time for an HTTP request to hit the Google Front End, traverse the internal network infrastructure, GAE front end, GAE load balancer, an instance of your application, be

[google-appengine] Re: Error occurs after 30-40 consecutive urlfetch

2016-08-10 Thread Evan Jones
Are you using the Standard Environment? I think this happens if you are trying to do work for longer than the App Engine request timeout (60 seconds), or after you have responded to the original web request. The key words in this error are "context expired", which means this is some sort of

[google-appengine] Re: Google App Engine Authentication with Google Apps domain account

2016-08-10 Thread sugumar.p sugu
Actually we have created the backend module for our android app in Google cloud module. For more info check here https://cloud.google.com/appengine/docs/java/endpoints/helloendpoints-android-studio . We also did the validation for authenticating users in backend module(Google cloud module)

Re: [google-appengine] Re: RemoteAPI - LoginException

2016-08-10 Thread Rajesh Gupta
Hello Nick. Followed the link to setup the Application Default Credentials. https://developers.google.com/identity/protocols/application-default-credentials And finally, we run the local server using. mvn appengine:devserver -Dappengine.address=0.0.0.0 Trying to acess the remote data using

[google-appengine] Google App engine latency issue

2016-08-10 Thread vaishnavesh shukla
I am executing a blank PHP file and looked into trace. It takes approximately 25MS to 33MS. I want this upto 2MS. Please let me know can I reduce this server execution time. I am using instance class "B8". -- You received this message because you are subscribed to the Google Groups "Google