[google-appengine] Datastore query

2017-01-02 Thread Yair Ko
Hello everybody, my first post here :) I deployed a servlet module and I'm able to write Entities (successfully). No problem here. At some point the user (android app) wants to read/query the Datastore for Entities/data. Question is how do I do it ? Is it done using the already existing servlet

[google-appengine] Datastore query

2017-01-02 Thread Yair Ko
Hello, I have a servlet module deployed and working on my android app. Managed to write data. No problem there. Now I need to query the datastore and I'm very much stuck. No idea how to do this. Anyone been there before and can help me ? Appreciate -- You received this message because

[google-appengine] Re: Datastore query

2017-01-02 Thread Yair Ko
Thank you Jordan for the fast response. What you are offering is regardless of the servlet module I deployed to app engine ( which writes to datastore ) ? There is no other way than Endpoints, for datastore query ? On Monday, January 2, 2017 at 9:54:44 PM UTC+2, Jordan (Cloud Platform Support)

[google-appengine] Move data from datastore to Android app

2017-01-03 Thread Yair Ko
I'm breaking my head about this I have a servlet deployed on app engine and I managed to write to the datastore. Now I need, per user request (android app) to query data and move it back to the app. Does anyone know anything about this ? Help is appreciated ! -- You received this message bec

[google-appengine] Re: Move data from datastore to Android app

2017-01-03 Thread Yair Ko
Thank you Jordan Would you say that using Servlet module is as good as using Endpoint module ? Because this is what I use at the moment. On Tuesday, January 3, 2017 at 6:16:40 PM UTC+2, Jordan (Cloud Platform Support) wrote: > > As this is a duplicate post of your original question >