[google-appengine] Re: Curl Lite in PHP doesn't work.

2015-03-13 Thread Mars Lan
Are you using curl (by adding extension=curl.so to your php.ini) or curl-lite (by adding google_app_engine.enable_curl_lite= 1 to your php.ini)? See https://cloud.google.com/appengine/docs/php/config/php_ini#GAE_directives for more details. On Friday, March 13, 2015 at 5:17:05 AM UTC-7, Paulo

Re: [google-appengine] google app engine-Unable to access a Google product

2015-03-13 Thread 章涛
Thank you for your help, so or because of payment problems blocked Mody, or can only be a mystery 2015-03-14 6:45 GMT+08:00 'Josh Moyer' via Google App Engine google-appengine@googlegroups.com: Your accounts have been reactivated. Sorry for the wait and the inconvenience. Kind Regards,

[google-appengine] Python - Querying a repeated property vs using Search API

2015-03-13 Thread Devraj Mukherjee
Hi all, My application allows users to query via sets of tags (usual arbitrary strings), at present I am using a structured property in my model to store the set of tags tags = ndb.StringProperty(repeated=True) and query it as follows query =

Re: [google-appengine] google app engine-Unable to access a Google product

2015-03-13 Thread 'Josh Moyer' via Google App Engine
Your accounts have been reactivated. Sorry for the wait and the inconvenience. Kind Regards, Josh Moyer Google Cloud Platform Support On Mon, Mar 9, 2015 at 5:47 PM, 章涛 zzmobile...@gmail.com wrote: Hi; The project ID is 790453873000 and 1042252810739, thanks 2015-03-10 2:22 GMT+08:00

[google-appengine] Unable to access my application identifier on appspot.com

2015-03-13 Thread Gildas Moukouyou-Kouaka
Dear All, I am a beginner with ODK technology. I have just create my application on AppEngine after that I have setup successfully the ODK aggregate on the Cloud. But, I am not able to access my application identifier url. When I tried to access my url I have the below error message: Error:

Re: [google-appengine] Re: One senses GAE is just not a major priority for Google

2015-03-13 Thread Alejandro Casanovas
Check: https://code.google.com/p/webapp-improved/issues/list The issue n.100 was issued by me a few days ago. On Friday, 6 March 2015 00:53:34 UTC+1, Chris Ramsdale wrote: re: Python 3, we're actively building a new hosting environment that is based on containerized virtual machines, today

[google-appengine] Curl Lite in PHP doesn't work.

2015-03-13 Thread Paulo Lindoso
Hello All, Minor rant mixed with a question. Please bear with me. I have a PHP app which I really wanted to run on GAE. However, this app makes extensive use of cURL, which was unsupported by Google. When Google announced that AppEngine 1.9.18 would support cURL, I was very happy.

[google-appengine] Curl Lite in PHP doesn't work.

2015-03-13 Thread Paulo Lindoso
Hello All, Minor rant mixed with a question. Please bear with me. I have a PHP app which I really wanted to run on GAE. However, this app makes extensive use of cURL, which was unsupported by Google. When Google announced that AppEngine 1.9.18 would support cURL, I was very happy.