Google appengine source code download error even with --nocookies and --oauth2
66 views
Skip to first unread message
matt baker
unread,
Apr 30, 2015, 9:01:48 AM4/30/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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 ---
Vinny P
unread,
May 1, 2015, 1:13:31 AM5/1/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Instead of calling "-A appid", can you try replacing it with "-A s~appid" (ignore the quotation marks)? And try again without the nocookies/oauth argument?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
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.