[google-appengine] Re: NDB dictionary

2017-01-19 Thread Vitaly Bogomolov
Hi Ryan Ang Wei En class Fruit(ndb.Model): > name = ndb.StringProperty(required=True) > color = ndb.StringProperty(required=True) > taste = ndb.StringProperty(required=True) > Dont use a 'name' field for ID. There is a 'id' keyword for this purpose. ... class Fruit(ndb.Model): color

Re: [google-appengine] Re: In queries and cursors limitation

2017-01-19 Thread Rajesh Gupta
The suggestion looks good. thanks. On Thu, Jan 19, 2017 at 1:00 AM, Jason Collins wrote: > Add a new field called, e.g, queryableStatus that is a list of strings. > Then pre-compute your query logic so that you only need an equality filter. > > E.g, when saving the

[google-appengine] Re: Installing a linux package for app engine instance, how to?

2017-01-19 Thread Pub Lift
ERROR: (gcloud.app.deploy) An error occurred while parsing file: [/home/ adcruz/Documents/Publift/dashboard/app.yaml] No URLMap entries found in application configuration And I do not want to use env: flex either for the time being because it doesn't seem to want to use our custom domain On

[google-appengine] Re: Installing a linux package for app engine instance, how to?

2017-01-19 Thread 'Justin Beckwith' via Google App Engine
Could you delete the line that says "vm: true" and try again? On Tuesday, January 17, 2017 at 2:38:05 PM UTC-8, Pub Lift wrote: > > Hello! > > I'm having a bit of an issue with my app. I'm using nodejs and it > interacts with gnuplot, but I'm not sure how to install the gnuplot package >

[google-appengine] Re: remove logging of headers from deferred task handler

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Noah, >From what I see, the only controls available for the Deferred library logging feature on App Engine would involve using the set_log_level() function . However, the

[google-appengine] Re: BigQuery Import not working on local dev_appserver. (Import error)

2017-01-19 Thread Evan Jones
It sounds like you are following the "Using third-party libraries" document below. If you follow these directions, everything will work if you use dev_appserver.py or run in production. However, when you run things locally, you will need to add the lib directory to your PYTHONPATH in some way.

[google-appengine] Re: Can't find babel preset when deploying to GAE

2017-01-19 Thread 'Alex (Cloud Platform Support)' via Google App Engine
Hi Ionut, By any chance, have you tried to load explicitly the Babel “Latest” dependencies by running the following command? npm install --save-dev babel-preset-latest More information can be found on the following third party site for

[google-appengine] Re: ------------ Deploying frontend ------------ Preparing to deploy: Created staging directory at: 'C:\Users\Nikam\AppData\Local\Temp\appcfg4469428647202059561.tmp' Scanning for

2017-01-19 Thread 'George (Cloud Platform Support)' via Google App Engine
What was the command that resulted in this error? Do you use Maven for deploying your app? It does seem that the tool you are using for deployment cannot download the resource at the URI indicated in the error message. -- You received this message because you are subscribed to the Google

[google-appengine] BigQuery Import not working on local dev_appserver. (Import error)

2017-01-19 Thread Sumanau Sareen
I am trying to use google BigQuery Client library : pip install --upgrade google-cloud-bigquery - t lib/ where lib is the folder where i have all python libraries. This successfully install the library lib/google/cloud/bigquery. But when i try to import it in dev console by using from

[google-appengine] ------------ Deploying frontend ------------ Preparing to deploy: Created staging directory at: 'C:\Users\Nikam\AppData\Local\Temp\appcfg4469428647202059561.tmp' Scanning for jsp

2017-01-19 Thread PRASAD NIKAM
Deploying frontend Preparing to deploy: Created staging directory at: 'C:\Users\Nikam\AppData\Local\Temp\appcfg4469428647202059561.tmp' Scanning for jsp files. Compiling jsp files. com.google.appengine.tools.admin.JspCompilationException: Failed to compile jsp files.