Re: [google-appengine] Text Search api not working on my production app

2012-09-07 Thread Tugdual Grall
Could you confirm that your application use the High Replication datastore The Search API does not work with the deprecated master/slave datastore Tug http://resultri.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discus

[google-appengine] joining the App Engine G+ hangouts

2012-09-07 Thread Amy Unruh
hi all, We (the App Engine Developer Relations team) are putting together a list of developers who are interested in joining our App Engine Office Hours and other hangout events. (That is, interested in joining the actual hangouts, rather than just viewing the broadcasts). If you're interested, yo

[google-appengine] Will there be support for WebP 0.2 image format?

2012-09-07 Thread Adam
Following the news of WebP going to 0.2: http://googledevelopers.blogspot.fr/2012/08/lossless-and-transparency-modes-in-webp.html Will app engine image transformations use 0.2? Also, what version is it using now and how can you tell? https://developers.google.com/appengine/docs/python/images/imag

Re: [google-appengine] Abridged summary of google-appengine@googlegroups.com - 7 Messages in 4 Topics

2012-09-07 Thread Arpan Bhattacharya
-- 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 google-appengine+unsubscr...@googlegroups.com. For more options, visit t

Re: [google-appengine] Text Search api not working on my production app

2012-09-07 Thread FastGeert
Hi, this is the code I wrote: from google.appengine.api import search SERVICE_INDEX = "__SERVICE_INDEX__" SERVICE_LOCATION_INDEX = "__SERVICE_LOCATION_INDEX__" svc_index = search.Index(name=SERVICE_INDEX) loc_index = search.Index(name=SERVICE_LOCATION_INDEX) # cleanup any previous index entr

Re: [google-appengine] Text Search api not working on my production app

2012-09-07 Thread Christina Ilvento
Hi, You don't need any special permissions to start using the experimental Search API. Could you provide your app-id or sample code? Thanks, Christina On Fri, Sep 7, 2012 at 8:50 AM, Ujjal wrote: > Can u give some more details... Prob samle code that i can test to see? > > > On Sep 7, 2012 9:1

Re: [google-appengine] Text Search api not working on my production app

2012-09-07 Thread Ujjal
Can u give some more details... Prob samle code that i can test to see? On Sep 7, 2012 9:12 PM, "FastGeert" wrote: > > Hi, > > today I started using the Text Search API to create a search functionality in my app. > > While everything works just fine on the dev server, whatever api call to the Te

[google-appengine] Text Search api not working on my production app

2012-09-07 Thread FastGeert
Hi, today I started using the Text Search API to create a search functionality in my app. While everything works just fine on the dev server, whatever api call to the Text Search API results in an InvalidRequest exception on my production app. remove ===> fails search ===> fails add ===> fails

[google-appengine] Billing issue - Awaiting Recurring Charge Cancellation

2012-09-07 Thread Krishna
Hello, I have an appengine application (appid: theunclassroom). We wanted to change the billing admin for the account but the disabling of billing is taking quite a long time (around 1.5 days already). Would really appreciate it if someone from Google could help expedite the process so we can a