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, Kelly Gilliam
I am trying to convert to oauth when i update gae code via command line appcfg. I am finding that the token which is given (via https link provided during update) is only valid for one use. i routinely do an update and set_default_version and have to get the token multiple times. Is there a way to get a token that lasts longer than one use and pass it on the appcfg command?
thank you
Mars Lan
unread,
May 20, 2015, 3:56:35 PM5/20/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, tall...@gmail.com
The token generated from the oauth2 flow appcfg should be good for multiple uses. It's stored in ~/.appcfg_oauth2_tokens unless "--no_cookies" is specified.