When I try to access the data warehouse admin page in a GAE application, 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.
I included it in my app.yaml
builtins:
- datastore_admin: on
I can’t even load data from the data store. I get an authentication error. What could be the reason?
source
share