So I have a domain, lets call it example.com and I'm already using Google Apps with this domain (email, sites, etc). The administrator for this account is [email protected]. I have an App engine application called myapp and I want it to be accessed via myapp.example.com, but I DONT want to use the admin@ user to host/control the application, I want to use a less privileged account myapp@.
I've already tried giving this user privileges to "Domain Settings", but I still get access errors when I try to add example.com.
How can I allow the myapp@ users App Engine application to use myapp.example.com?