[google-appengine] To read email of users

2012-11-01 Thread Munish Dhiman
Hi, I want to read mail of our users ,having gmail, Google apps account in our application. I am not able to achieve it because of the restriction applied by Google App Engine team. Please help! -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

[google-appengine] Any Deployment Issues at HRD?

2012-11-01 Thread Nikhil Jain
Deploying application taking too long. Any one facing same issues? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to googl

[google-appengine] Text Search Quota

2012-11-01 Thread gadgster
Hello Would it be possible to get a bit more search API quota on my app "step2wo-shoes" please. Regards Richard -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/g

Re: [google-appengine] Re: ndb, deadlock waiting for flush, and maximum recursion in app_logging

2012-11-01 Thread ckhan
Hi Guido - So sorry, I botched my example. Let me try again: munch_stuff is explicitly *not* a tasklet (no decorator), but 'munch' is, and I call it with Future's wait_all function: def munch_stuff(): # synchronously fetch some entities stuff = ndb.get_multi(...)

Re: [google-appengine] Re: ndb, deadlock waiting for flush, and maximum recursion in app_logging

2012-11-01 Thread Guido van Rossum
On Thu, Nov 1, 2012 at 9:38 AM, ckhan wrote: > So sorry, I botched my example. Let me try again: munch_stuff is > explicitly *not* a tasklet (no decorator), but 'munch' is, > and I call it with Future's wait_all function: > > def munch_stuff(): > # synchronously fetch some entities

Re: [google-appengine] Downloading only recent data from Datastore

2012-11-01 Thread Mikhail Dubov
Thank you! Is the *post_export_function*, as described in the article, the only way to implement Custom Logic? The problem is that, as far as I can see, the entities get filtered only after they are downloaded by the Bulkloader, that is, on the client side (that's why the function is called *po

[google-appengine] Search Overview in PHP

2012-11-01 Thread Dev Bench
Hi, Is there in search api available for google play store apps in PHP as like we have search overview in python? Regards, Rajesh Gite. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://gr

[google-appengine] Implicit transactions + Read policy - Datastoreservice configuration - Maximum speed

2012-11-01 Thread Klaus Kartou
Hey I just discovered the notion of implicit transations and read policy. I want to have maximum speed on my application is it OK to turn off implicit transactions? Do anyone have experience in this regard? Oliver - Crowdplayce -- You received this message because you are subscribed to the Go

[google-appengine] ListProperty equals to and makes entity unreadable

2012-11-01 Thread jay_m
A few days ago I ran some data migration process that resulted in a few number pf oddities that I am trying to fix with. Here's my situation - I hope one of you out there could help. Background: My app had a User model with two StringPropertyList properties representing a 1:many relationship b