I have a gae application (created via GRAILS) which loaded up fine, though my first attempt is not working (due to me not testing locally first), but the point being that it loaded up fine.
Now when I try and do an update on windows:
"%APPENGINE_HOME%/bin/appcfg.cmd" update ./target/war
I get the message - You do not have permission to modify this app (app_id=u'MyProject'). I have set google.appengine.application="myproject" (remembering I was able to previously deploy a version). Note, my project in IDEA is MyProject in a directory of the same name.
Are there reasons other than wrong username and password (I can log into google application fine with the same details) to get this message? I am wondering if the case in the message V the app_id means it is not picking up the app_id properly ?