Jeroen, First link describes authentication method, how and who you want to be able to sign in (assuming you are going to use it later in your app via Users Service provided by App Engine). The second link simply describes how to do domains mapping, e.g. myapp.appspot.com => myapp.example.org.
Those are two separate things, one does not really imply the other. Though both do require you to have a valid and verified Google Apps domain. At which steps exactly do you see those errors? Anyways, I'd start with the domain mapping first and then move to access settings since there are different authentication methods and you might find that what you really wanted was OAuth 2.0 or something else. -- alex On Wednesday, May 23, 2012 11:36:05 AM UTC+2, Jeroen Benckhuijsen wrote: > > Hi, > > I'm trying to add my custom AppEngine application to my Google Apps > account. I've followed the descriptions at: > > - https://developers.google.com/appengine/articles/auth so starting > from Google Apps control panel > - https://developers.google.com/appengine/articles/domains the other > way around (I think) > > Both fail. The road via AppEngine fails with an unknown reason. The > message is "Er is een fout opgetreden tijdens het installeren van deze > applicatie. Probeer het later opnieuw." (Dutch), which rougly translates to > an error has occured, please try again later. > > Trying via Google Apps control panel results in "U beschikt niet over de > benodigde rechten om deze applicatie te installeren." (Dutch), which > translates to "you don't have enough rights", probably also the problem via > the other way. > > Which rights is the error talking about, what am I doing wrong? > > Thanks. > > Jeroen > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/8TMf5Mv0l7oJ. 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.
