[google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-15 Thread Paul Canning
Any help with this? Still can't get it to work On Thursday, April 9, 2015 at 11:58:36 AM UTC+1, Paul Canning wrote: I tried the following in the Launch Settings: module_dir/module_config.yaml module_dir /module_dir /module_dir/module_config.yaml Nothing works. -- You received this

[google-appengine] is it possible to deploy google app engine launcher ?

2015-04-15 Thread orijinal swq
I want to create an app that asks user's gmail email and password and uploads a specific project. it is like cloning the project. is this possible with python gae? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this

[google-appengine] Can appengine-maven-plugin detect endpoints from jar file?

2015-04-15 Thread Naresh Pokuri
My app having two modules... one with REST services only and another one with web static resources...and web static resource module has dependency on REST services module. So, while building war out of the web module I see logs in the console [INFO] Google App Engine Java SDK - get endpoints

[google-appengine] How to manage app-engine app development and testing

2015-04-15 Thread Naresh Pokuri
I am working on a product which is using Spring REST and MangoDB. Out team in general connect to MongoDB server exist in remote system and implement the features. So, we all share same DB between the team. With this we no need to create huge data as it get populated automatically by team

[google-appengine] 1.9.19 raised string property limit from 500 to 1500 chars

2015-04-15 Thread Ryan Barrett
looks like yesterday's 1.9.19 release raised the limit on string properties in the datastore from 500 to 1500 chars. awesome! from google/appengine/api/datastore_types.py: _MAX_STRING_LENGTH = 1500 tested in https://shell-27.appspot.com/ : from google.appengine.ext import db

[google-appengine] Re: 1.9.19 raised string property limit from 500 to 1500 chars

2015-04-15 Thread pdknsk
https://cloud.google.com/appengine/docs/python/datastore/typesandpropertyclasses -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Google Cloud Platform wants to hear from you

2015-04-15 Thread Katie Ball (Google Cloud Support)
Hi, My name is Katie, and I am on the Google Cloud Platform technical support http://cloud.google.com/support team. This message is to Google Cloud Platform community members, especially if you are newer to GCP. I would like to know what our team can do to help you have a better and more

[google-appengine] Re: Task Queue Management Call Count over quota? no docs?

2015-04-15 Thread Patrice
Hey Adam, sorry for the delay first. I checked and you can actually access this quota from appengine.google.com (the old console). I will go and check exactly what counts as management call count, and try to provide an answer to your question. At the same time I will throw in a doc request to

[google-appengine] Re: 1.9.19 raised string property limit from 500 to 1500 chars

2015-04-15 Thread pdknsk
The agnostic docs haven't been updated. https://cloud.google.com/datastore/docs/concepts/entities -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: Modules and GAE Launcher (PHP)

2015-04-15 Thread Mars Lan
I assume you're on Mac? Is so, you should be able to set the Extra Flags to /absolute/path/to/your/module.yaml and expect it to work. On Wednesday, April 15, 2015 at 7:19:49 AM UTC-7, Paul Canning wrote: Any help with this? Still can't get it to work On Thursday, April 9, 2015 at 11:58:36

[google-appengine] Re: Gcloud preview app run returns a timeout error

2015-04-15 Thread Shobhit
The gcloud command enable the ah_host process and also created the docker image of your app and passes it to the Docker daemon, in your case it seems that your docker daemon is not responding to the request. So to make sure,perform sudo docker -d to check if the Docker daemon is running on

Re: [google-appengine] Google Cloud Platform wants to hear from you

2015-04-15 Thread Karl MacMillan
Katie, Thanks for asking the question. I’ve been using GCP for about 6 months now. I found the tutorial material and reference documentation to range from pretty good to good enough - there are a few rough points, but nothing that really bothered me. So I didn’t get stuck much in the

Re: [google-appengine] is it possible to deploy google app engine launcher ?

2015-04-15 Thread Vinny P
On Wed, Apr 15, 2015 at 7:49 AM, orijinal swq fuy...@gmail.com wrote: I want to create an app that asks user's gmail email and password and uploads a specific project. it is like cloning the project. is this possible with python gae? It's certainly possible; a similar flow is used by the C9

Re: [google-appengine] Can appengine-maven-plugin detect endpoints from jar file?

2015-04-15 Thread Vinny P
On Wed, Apr 15, 2015 at 9:28 AM, Naresh Pokuri pokuri...@gmail.com wrote: [INFO] Google App Engine Java SDK - get endpoints discovery doc...[INFO] No Endpoints classes detected. though there is a endpoint. How could I tell appengine-maven-plugin to look into jar files for endpoints.

Re: [google-appengine] How to manage app-engine app development and testing

2015-04-15 Thread Vinny P
On Wed, Apr 15, 2015 at 9:31 AM, Naresh Pokuri pokuri...@gmail.com wrote: Now we are planing develop migrate to app-engine using datastore. With this each team member will have his own datastore in local. How a team can share the same datastore to continue with the development. Is there a way?

Re: [google-appengine] Re: how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2015-04-15 Thread Vinny P
On Wed, Apr 15, 2015 at 1:45 AM, krishna g krishnagad...@gmail.com wrote: As you are saying that listener socket is not supported in google app engine environment can you provide me any other alternative other than what you provided. You can see it noted in the documentation as well: go to

[google-appengine] Google App Engine SDK version 1.9.19 is now available

2015-04-15 Thread Sarah Murphy
Greetings! The latest version of the Google App Engine SDK is now available and available for download here. https://cloud.google.com/appengine/downloads New features and bugfixes: *All* - appcfg now outputs a warning if OAuth2 is not used for authentication when deploying or

[google-appengine] Re: 1.9.19 raised string property limit from 500 to 1500 chars

2015-04-15 Thread David Gay
On Wednesday, April 15, 2015 at 8:09:02 AM UTC-7, Ryan Barrett wrote: looks like yesterday's 1.9.19 release raised the limit on string properties in the datastore from 500 to 1500 chars. awesome! 1500 UTF-8 bytes actually (not to be confused with other ways of measuring string length).

Re: [google-appengine] How to manage app-engine app development and testing

2015-04-15 Thread Naresh Pokuri
Sure, will try the approach stated in SO. Thanks On Thursday, 16 April 2015 03:44:23 UTC+5:30, Vinny P wrote: On Wed, Apr 15, 2015 at 9:31 AM, Naresh Pokuri poku...@gmail.com javascript: wrote: Now we are planing develop migrate to app-engine using datastore. With this each team member

Re: [google-appengine] Can appengine-maven-plugin detect endpoints from jar file?

2015-04-15 Thread Naresh Pokuri
I am just doing mvn clean install, which will trigger appengine-maven-plugin goal 'endpoints_get_discovery_doc'. This is working if I place endpoint in same project instead of a jar. On Thursday, 16 April 2015 03:38:17 UTC+5:30, Vinny P wrote: On Wed, Apr 15, 2015 at 9:28 AM, Naresh Pokuri

[google-appengine] Re: Task Queue Management Call Count over quota? no docs?

2015-04-15 Thread Patrice
Hi again Adam, so there is currently a doc request for this quota to be explained properly in our documentation. In the meantime, here is what this quota is about : Whenever you view or perform actions on the task queue pages from one of our console, this quota will get hit. It is always

Re: [google-appengine] Re: Task Queue Management Call Count over quota? no docs?

2015-04-15 Thread adam sah
very helpful!!! If I'd known about this limit and this workaround, I'd have used the API! On Wed, Apr 15, 2015 at 2:05 PM, Patrice pvoutsi...@google.com wrote: Hi again Adam, so there is currently a doc request for this quota to be explained properly in our documentation. In the meantime,

[google-appengine] Re: CodeIgniter PHP Framework RewriteRules

2015-04-15 Thread Victor Angelier
Yeah but no config for GAE. I already found out how and why. Thanks! application: your-project-name version: 1 runtime: php api_version: 1 threadsafe: true handlers: - url: /favicon.ico static_files: public_html/favicon.ico upload: /favicon.ico expiration: 30d - url: /css/(.*\.css)

[google-appengine] Re: how to use paho.mqtt library in google app engine to publish as well as subscribe for messages

2015-04-15 Thread krishna g
the problem i am facing is deploying in google app engine, i have seen many forums indicating that add paho library as thrid party library and i have followed the alternatives provided even though in google console log i am getting the same import name error:paho. As you are saying that

[google-appengine] Gcloud preview app run returns a timeout error

2015-04-15 Thread John Wesonga
I seem to be having a problem with my test managed VM. Every time I run *glcoud preview app run path-to-app *I get the following error: INFO 2015-04-15 09:29:31,525 devappserver2.py:726] Skipping SDK update check. INFO 2015-04-15 09:29:32,173 api_server.py:172] Starting API server