Re: [google-appengine] Cannot access to Datastore Admin

2010-12-29 Thread Wesley C (Google)
greetings,

are you using Safari on a Mac? if so, see the ticket below. if not,
please add your OS/browser+version pair to this ticket:
http://code.google.com/p/googleappengine/issues/detail?id=4021

-- wesley
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Core Python Programming, Prentice Hall, (c)2007,2001
Python Fundamentals, Prentice Hall, (c)2009
   http://corepython.com

wesley.chun : wesc+api at google.com : @wescpy
developer relations :: google app engine
@app_engine :: googleappengine.blogspot.com

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Cannot access to Datastore Admin

2010-12-22 Thread Kegan Gan
I want to access the App Engine Datastore Admin for my application.

I have added the following to my app.yaml:

builtins:
  - appstats: on
  - datastore_admin: on
  - remote_api: on

I can see the Datastore Admin link on my application dashboard.

However, every time I click on the Datastore Admin link, it prompt me
to login using Google Account. And no matter how many times I login,
it still returns the login page.

Is there any other settings I am missing?

Thanks.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.