I’ve added 15 persons to my GAE app and then I got this error: “Only 15 maximum admins allowed per application.”
I do not see in the documentation that GAE has a limitation of this type, is a configurable setting?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the limit is not configurable.
From also seeing the issue you filed in the tracker, I’m guessing you’re using the
VIEWERpermission to allow access to an admin-only page. To scale this to additional users, you’ll need to use Google Account authentication and an ACL system of your own creation.