In the past, I've also seen this error when trying to access custom
admin pages from the admin console.

You need to re-add the app to your apps domain:
  "Note: App ids added to Google Apps prior to March 13, 2009 will
need to be re-added in order to support serving Google Apps
authentication off of appspot.com."
  From: http://code.google.com/appengine/articles/auth.html  (very bottom)


Robert







On Mon, Feb 21, 2011 at 11:22, Ubaldo Huerta <[email protected]> wrote:
> 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 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 is used for authentication. Learn more
> 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 [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.
>

-- 
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.

Reply via email to