Re: [google-appengine] RemoteAPI - LoginException

2016-07-27 Thread Rajesh Gupta
In the web.xml RemoteApi com.google.apphosting.utils.remoteapi.RemoteApiServlet RemoteApi /remote_api On Fri, Jul 22, 2016 at 11:14 AM, PK wrote: > In your app.yaml equivalent for Java, how do you turn on remote_api, can > you please cut & paste the section?

[google-appengine] Re: connection to google cloud api using android studio

2016-07-27 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Prerna, This forum is meant for more high-level and general discussion of the platform/services, design patterns, etc. When you find a specific problem in getting a project started, or are seeing an error you can't figure out, you should post to Stack Overflow .

[google-appengine] Re: Error: "This operation is not possible because no App Engine application was found for this project"

2016-07-27 Thread Purn Mike
Hello i could not find the support on swedish so im trying here im getting the same problem and i just created new project for my small store i did take free version because i want to learn before i buy this program can i get some info? how its work?= -- You received this message because you

[google-appengine] Re: appengine cloud sql performance issue ,taking too much time to process the request

2016-07-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
It's somewhat difficult to tell from your description what the cause of the slowness might be. Just to clarify, in Stackdriver Traces, the latency for a given request appears to be the time taken from when the client request is received and when the server response is sent. Is this in fact

[google-appengine] Re: Task Queue Hang and Do not have a way to purge tasks inside

2016-07-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thanks for sharing your issue here. The Developers Console showing *Failed to load* is unfortunately not very indicative of what the underlying issue actually is. I've reached out to you privately as I would like you to provide a HAR capture

[google-appengine] Re: Datastore field formats

2016-07-27 Thread Vitaly Bogomolov
Hi, All. > in Datastore, long strings (larger than 1500 bytes) cannot be indexed ( > https://cloud.google.com/datastore/docs/concepts/entities#text_string) > The issue here is that, by default, Datastore tries to index every > property you give it, unless told otherwise. > > Here, it tries to

Re: [google-appengine] Re: The API package 'search' or call 'IndexDocument()' was not found

2016-07-27 Thread Apurva Nandan
Hello, I tried the Java SDK 1.9.40 but the problem still persists. Have spent a lot of time on this but not able to figure out the problem. Do you have any more hints ? -Apurva On Jul 27, 2016 4:47 PM, "'Nicholas (Google Cloud Support)' via Google App Engine"

[google-appengine] Re: Datastore field formats

2016-07-27 Thread 'Clement Nodet' via Google App Engine
Hi Christopher, in Datastore, long strings (larger than 1500 bytes) cannot be indexed (https://cloud.google.com/datastore/docs/concepts/entities#text_string) The issue here is that, by default, Datastore tries to index every property you give it, unless told otherwise. Here, it tries to index

[google-appengine] Datastore field formats

2016-07-27 Thread Christopher Bourez
I've been trying to save some data in the datastore following the google Bookshelf python example, with the gcloud python library, as explained in the tutorial. It was working well to save small strings and times. The problem is for other formats. For example, if I want to save a big JSON :

[google-appengine] Re: The API package 'search' or call 'IndexDocument()' was not found

2016-07-27 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
This error suggests that the package and API call you are attempting to use are not present. This may very well be due to the version of the SDK you are using. 1.9.18 was released on February 19, 2015 . There have been

[google-appengine] Can't delete service (module) from console

2016-07-27 Thread Attila-Mihaly Balazs
FYI, currently trying to delete a service / module from the cloud console always results in an error - probably because the endpoint returns a 404: https://console.cloud.google.com/m/gae/modules?pid==test-streaming=0 I tried the usual things (force refresh, log in / log out) to no avail. --

[google-appengine] Re: How can tasks be prioritized when using the task queue on google app engine?

2016-07-27 Thread Attila-Mihaly Balazs
After some thoughts and feedback I'm thinking of using PULL queue after all in the following way: - have two PULL queues (medium-tasks and large-tasks) - have a dispatcher (PUSH) queue with a concurrency of 1 (so that only one dispatch task runs at any time). Dispatch tasks are

[google-appengine] connection to google cloud api using android studio

2016-07-27 Thread Prerna Rai
hello I am trying to connect my Android studio project with google cloud api but i am not able to connect it. My project is not getting syn. gradle syn is being failed. Please suggest some solution. Prerna -- You received this message because you are subscribed to the Google Groups "Google

[google-appengine] Re: GAE Latency & Instance issues

2016-07-27 Thread ANOOP M.S
but my latency is only below 1.5 seconds when i looked at the log that's ok for me, i have an issue with the time taking for the prepossessing or is it the same thing, i will start a new thread with issue anyway On Wednesday, July 27, 2016 at 9:35:18 AM UTC+5:30, Trevor wrote: > > I simply

[google-appengine] appengine cloud sql performance issue ,taking too much time to process the request

2016-07-27 Thread ANOOP M.S
0down votefavorite on my django project i am using app-engine with cloud sql, the problem i am facing a significant performance issue , app-engine is taking too much