It looks like you are including a semicolon after the appid. I get the same error if I include it as well. The 400 response is likely the result of trying to parse an invalid token.
On Thursday, April 30, 2015 at 9:01:48 AM UTC-4, matt baker wrote: > > python appcfg.py -- > no_cookies -A appid; -V 1 download_app E:\gae > Authentication successful. > Error 400: --- begin server output --- > > Client Error (400) > The request is invalid for an unspecified reason. > --- end server output --- > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b7144350-5f46-49d6-b654-05aef1ee5547%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
