Grails App-Engine deployment
Posted by pebuchmann_super on 11 Jun 2009 | Tagged as: Software Development
When deploying a new version of my application (actually I started an entire project from scratch) I continuously bounced my head against thisĀ “You don’t have the permission…” exception.
I finally added the following lines to my Configuration/config.groovy file:
google.appengine.application=”myproject”
google.appengine.email=”myname@gmail.com”
google.appengine.password=”XXX”
where myproject is the part that appears in the url, like myproject.appspot.com.
No Comments »