Re: [google-appengine] Re: OverQuotaException without being over quota

2016-09-23 Thread Mariano Ponce
somebody can help me? I have several problems with, Traceback (most recent call last): File "/base/data/home/runtimes/python/python_lib/versions/1/google/appengine/ext/webapp/_webapp25.py", line 715, in __call__ handler.get(*groups) El viernes, 7 de diciembre de 2012, 4:00:56 (UTC-6),

[google-appengine] Re: recommended settings for instances for varying traffic websites?

2016-09-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Richard, I'm not aware of any documentation specifically providing advice for the number of users per hour, but I think I have some resources and general tips which could help to think about such situations. Roughly speaking, empirical data is worth more than a thousand estimations, so you

[google-appengine] Re: What is the use of ENDPOINTS_SERVICE_NAME

2016-09-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Bhargav, I'm not sure what you meany by environment variable here. Could you maybe show which files or which code this variable appears in? Cheers, Nick Cloud Platform Community Support On Thursday, September 22, 2016 at 9:11:34 AM UTC-4, Bhargav mehta wrote: > > I am doing multi module ap

Re: [google-appengine] RECOVER ODK AGGREGATE PASSWORD

2016-09-23 Thread kim oduor
Yu saved me.. Thanks ,.. default password is aggregate On Friday, February 20, 2015 at 10:52:11 AM UTC+3, Vinny P wrote: > > On Thu, Feb 19, 2015 at 6:23 AM, Christine Laetitia > wrote: > >> Please help.I have just successfully deployed my odk server using google >> app engine.I however cannot l

[google-appengine] Re: How do I redirect www.domain.com to domain.com

2016-09-23 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Kijan, What you're describing is called a "naked domain", and this is described in the documentation on Custom Domains. Cheers, Nick Cloud Platform Community Support On Thursday, September 22, 2016 at

[google-appengine] Re: AttributeError: 'module' object has no attribute 'SignedJwtAssertionCredentials' with App Engine + Earth Engine API python

2016-09-23 Thread Michael Johansson
Thank you for the reply. I will file an issue there and keep you updated with what I find out or learn. I also tried another server example , I got the exact same error. Since I am using the same earth engine library, it

[google-appengine] Re: Processing payments using Paypal, python SDK

2016-09-23 Thread mark a
simple paypal processing http://www.payolee.com/paypal-recurring-payments On Thursday, January 2, 2014 at 4:52:23 PM UTC-5, Robert Avram wrote: > > I'm trying to figure out how to process payments using paypal python sdk > and google app engine. > the following code seems to work, but I can't fi