Re: [google-appengine] XMPP messaging

2015-02-18 Thread Vinny P
On Wed, Feb 18, 2015 at 7:56 AM, Shashank Nigam wrote: > Read the XMPP documentation for the app engine. Tried to implement it with > android as a client and app engine as the backend server. Every time I try > to send a message through the mobile client I receive the following bundle > in respo

Re: [google-appengine] Search API Cost question

2015-02-18 Thread Vinny P
On Wed, Feb 18, 2015 at 1:12 PM, Keith Johnston wrote: > I am trying to understand the cost of using the search API. I get the > total storage and query cost, but I don't understand the "Indexing > Searchable Documents" cost. How often is that 2 dollar charge incurred? And > what is the storage m

[google-appengine] You do not have sufficient permissions to view this page. in google app engine

2015-02-18 Thread Greg Froggatt
Hi, We have a Google app engine app that has been running for a while. Myself and one of the other guys that work here are list as owner under Administration/Permissions. But when we try to log into the Billing Status it tells me that "Billing for this application is managed from the Google Cl

[google-appengine] Search API Cost question

2015-02-18 Thread Keith Johnston
I am trying to understand the cost of using the search API. I get the total storage and query cost, but I don't understand the "Indexing Searchable Documents" cost. How often is that 2 dollar charge incurred? And what is the storage measurement of? The documents or the index? Or both? https://c

[google-appengine] XMPP messaging

2015-02-18 Thread Shashank Nigam
Read the XMPP documentation for the app engine. Tried to implement it with android as a client and app engine as the backend server. Every time I try to send a message through the mobile client I receive the following bundle in response. message_type=send_event, google.message_id=1, event=sent,

[google-appengine] JDO Query - Find error

2015-02-18 Thread Benjamin Lietzau
Hello, I get following error: Problem with query : Unexpected expression type while parsing query: org.datanucleus.query.expression.ParameterExpression > > the Method: public List getAppointments(User user) { PersistenceManager pm = PMF.get().getPersistenceManager(); Query q = pm.newQuery(App