Bump? It seems that I cannot add *any* new indexes to my application. I currently have 47. Using another application I can add more indexes. Just this application is giving me this error.
Could I get a google person to please take a look at my application and figure out why I can't add a new index? The app name is: jnana The history of this app is that a while back I had tried to add over 100 indexes. That didn't work. I finally found a way to delete the indexes and so forth but the message that my app is over quota in the dashboard has never gone away. (error code 40) I suspect that this may be related to why it's not letting me create a new index. On Aug 28, 2:04 pm, Joel <[EMAIL PROTECTED]> wrote: > I have a very simple kind and am trying to sort it with a descending > sort on its datetime property. > Piece of cake. I caused the index for it to be generated > automatically and then tried a new update. > > With that one index I always get a 500 server error. > > Here's the kind: > class FacebookApp(db.Model): > appname = db.StringProperty(required=True) > added = db.DateTimeProperty(auto_now_add=True) > numusers = db.IntegerProperty(default=0) > by = db.StringProperty() > > And here's the index: > # Used once in query history. > - kind: FacebookApp > properties: > - name: added > direction: desc > > So why won't this upload? > I only have 47 indexes so far so I'm well away from the 100 limit. > My app is 'jnana'. > I'm going to need a few different indexes for this kind and I'm stuck > not being able to do this. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
