While attempting to use the datastore admin I get the following error

Error: Server Error

The server encountered an error and could not complete your request.

If the problem persists, please report 
<http://code.google.com/appengine/community.html> your problem and mention this 
error message and the query that caused it.

The access log reveals the following:

Authentication for the Google Apps domain example.com can only be performed 
when requests are served from a subdomain of that domain or it has been 
approved through the Google Apps Control Panel. See 
http://code.google.com/appengine/articles/auth.html

I can't figure out what's actually happening (naturally example.com is not the 
real domain, it's just for illustration purposes). 

I've added to app.yaml 

builtins:
- remote_api: on
- datastore_admin: on

The app has the following authentication option

Authentication Options:Google Apps
Users with a valid account in the *example.com* Google Apps domain can sign in 
if the Google Accounts API <http://code.google.com/appengine/docs/users.html> 
is used for authentication. Learn more 
<http://code.google.com/appengine/articles/domains.html>

For other apps setup with standard authentication option, i.e. Google Accounts 
API, as stated in the admin console, the datastore admin works

-- 
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 this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to