[google-appengine] Re: AttributeError: 'Key' object has no attribute '_str'

2009-10-12 Thread Taylor Hughes
My app is also affected; the app key is dnzo if you could also push me back to 1.2.5 for now I'd appreciate it. On Oct 12, 3:51 pm, Jon McAlister jon...@google.com wrote: It's an issue in the 1.2.6 release we're pushing out to the backends today. I've moved your app to a 1.2.5 appserver to

[google-appengine] Re: AttributeError: 'Key' object has no attribute '_str'

2009-10-12 Thread Taylor Hughes
Thanks! On Oct 12, 4:10 pm, Jon McAlister jon...@google.com wrote: Moved dnzo. On Mon, Oct 12, 2009 at 4:03 PM, Taylor Hughes tay...@taylorhugh.es wrote: My app is also affected; the app key is dnzo if you could also push me back to 1.2.5 for now I'd appreciate it. On Oct 12, 3:51

[google-appengine] GAE dashboard API?

2009-10-08 Thread Taylor Hughes
Hi, Anyone know if there's an API available to get at the info in the App Engine dashboard at all? I was just thinking it'd be nice to have the data from https://appengine.google.com/dashboard?app_id=app in a native iPhone/Android app, and it probably Wouldn't Be That Hard™ to put something

[google-appengine] Re: GAE dashboard API?

2009-10-08 Thread Taylor Hughes
Just discovered this iPhone app, App Engine Manager: http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=310286913mt=8 Which is a little lacking; namely, it'd be nice to have top URLs, error rates, possibly an interface to the logs, etc.

[google-appengine] Crazy Apps account / Google account behavior

2009-01-06 Thread Taylor Hughes
login.* I did not delete or re-invite myself, it just happened by magic. Is there any way to grant access back to my Google account instead of to my Google Apps account without changing my Google account's e-mail address? Thanks, Taylor Hughes

[google-appengine] Re: Crazy Apps account / Google account behavior

2009-01-06 Thread Taylor Hughes
More: If I add a new application while logged in as my Google account, I am immediately sent to an Unauthorized page -- and the new app shows up under my Apps account! (Just created crazytimeexcellent and saw this behavior.) On Jan 6, 5:46 pm, Taylor Hughes tay...@nemeannetworks.com wrote: So

[google-appengine] Re: Searching shortish strings for auto-completion

2008-12-10 Thread Taylor Hughes
enough, and you'll have to deal with lots of edge cases where you get the autocomplete response after the user has submitted the form. A On Dec 9, 8:16 pm, Taylor Hughes [EMAIL PROTECTED] wrote: Hi, So I'm building an input field in my app that will give suggestions as a user types

[google-appengine] Integrated Google login pane/widget

2008-11-06 Thread Taylor Hughes
to a separate login page if the user isn't logged in. I'd like to make the process of signing up and signing in as seamless as possible, so I'd like to remove the extra step of redirecting to a separate login page if I can. Is that possible? Thanks, Taylor Hughes