Hi Tim, On Fri, Jul 3, 2009 at 10:52 AM, Tim Hoffman<[email protected]> wrote: > > HI Nick > > I should have gone digging, but thought seeing as nothing was > documented anywhere I assumed there wasn't anything ;-) > > Does this mean we can create indexes from within the app too, rather > appcfg update_indexes ?
No - the index modification APIs are disabled for ordinary apps. If you're really determined, though, you could send the same RPCs that appcfg sends in order to update them from within your own app. -Nick Johnson > > Will give it a try tonight > > Rgds > > Tim > > On Jul 3, 5:19 pm, "Nick Johnson (Google)" <[email protected]> > wrote: >> Hi Tim, >> >> Such an API already exists, though it's not documented. See >> GetIndices() in >> datastore_admin.py:http://code.google.com/p/googleappengine/source/browse/trunk/python/g... >> >> -Nick Johnson >> >> On Fri, Jul 3, 2009 at 9:58 AM, Tim Hoffman<[email protected]> wrote: >> >> >http://code.google.com/p/googleappengine/issues/detail?id=1808 >> >> -- >> Nick Johnson, App Engine Developer Programs Engineer >> Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration >> Number: 368047 > > > -- Nick Johnson, App Engine Developer Programs Engineer Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: 368047 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
