Re: [google-appengine] Re: Firebase Cloud functions express ip location

2019-05-28 Thread Prashanth Acharya
Cancel On Tue, 28 May, 2019, 18:46 renaud hedde, wrote: > Ok, > > After read cloud function request['header'] > > x-forwarded-for, fastly-client-ip display my ipAdress, good ! > > I test my ip with https://ipinfo.io and my city display, good as well ! > > However google cloud functions > >

[google-appengine] IAM permission for cloudbuild from a different project

2018-10-11 Thread Prashanth Acharya
Hi, I have a source code repository in Project 'A' I want to use it in Project 'B's Cloud build trigger(cloudbuild.yaml in repo) Which user/role do i need to make this work? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
: > > Hi Prashanth, > > As DeWitt mentioned, having a delay around 6 minutes median (50th > percentile) for a new version of App Engine Flex. deployment is the > expected behavior since when you deploy your first application to the > flexible environment, your virtual m

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-10-08 Thread Prashanth Acharya
Is there any updated. I have Rails flex instances timeout after 45mins( 2 services). On Tuesday, December 12, 2017 at 11:07:43 PM UTC+5:30, DeWitt Clinton wrote: > > Hi all, > > I’m on the App Engine team and I agree, flexible deployments are currently > too slow. The observations in this

[google-appengine] When will we have Google App Engine for .Net

2013-09-11 Thread Prashanth Tondapu
. and I am charged atleast 6$. One of my friend used Google App Engine for his site and he said this kind of charges appeared for him when he had almost 1000 consistent Users. Really would appreciate if google launches app engine for .Net as soon as possible. Thanks, Prashanth -- You received

Re: [google-appengine] Received SMS verification code, how do I enter it to verify my account?

2011-08-15 Thread Prashanth
If you have a verification code you can use the link below to verify your account (just replace phone-number with the actual number you used to receive the verification code, and don't forgot the country code): appengine.google.com/permissions/smsverify?phone_number=%2Bphone-number -- You

[google-appengine] Inequality Filters on a date and a number

2011-02-01 Thread Prashanth
very difficult. Appreciate if anyone can post an answer if they were able to circumvent this restriciton. Thanks a lot. Regards, Prashanth. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine

[google-appengine] website for testing

2009-05-13 Thread Prashanth Mylvarabatla
I would like to run some jmeter tests. Does anybody have a site that needs to tested. I need the index.html path IP address of the server . --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google App Engine group. To

[google-appengine] Re: dev_appserver.py error

2009-04-09 Thread prashanth
I am using python3.0 and not 2.5 , just wanted to check if this is ok On Apr 8, 1:18 pm, prashanth prashanth.mylvaraba...@gmail.com wrote: I am trying to run the Helloworld program as a first program but keep running into this error, Any ideas or suggestions. I have gone throught the staeps

[google-appengine] Re: dev_appserver.py error

2009-04-09 Thread prashanth
OK THIS WORKS FOR ME NOW On Apr 9, 4:10 pm, prashanth prashanth.mylvaraba...@gmail.com wrote: I am using python3.0 and not 2.5 , just wanted to check if this is ok On Apr 8, 1:18 pm, prashanth prashanth.mylvaraba...@gmail.com wrote: I am trying to run the Helloworld program as a first

[google-appengine] web app example not running

2009-04-09 Thread prashanth
I am trying to run the web app framework, the hello world program as specified in the example but nothing shows up. Here is the code for helloworld py from google.appengine.ext import webapp from google.appengine.ext.webapp.util import run_wsgi_app class MainPage(webapp.RequestHandler): def

[google-appengine] dev_appserver.py error

2009-04-08 Thread prashanth
I am trying to run the Helloworld program as a first program but keep running into this error, Any ideas or suggestions. I have gone throught the staeps as described for the helloworld program C:\Python30dev_appserver.py helloworld Traceback (most recent call last): File C:\Program