Open rmarjun opened 8 years ago
@rmk546 That would be a one-time authentication you need to do from the browser. Once authenticated, you can run the script any number of times without any manual intervention.
Hope that helps.
In CLI based application use the following code to authenticate in console itself
flags = tools.argparser.parse_args('--auth_host_name localhost --logging_level INFO --noauth_local_webserver'.split())
credentials = tools.run_flow(FLOW, s torage, flags)
@rmarjun I see. Will try it out sometime. Feel free to send a pull request too ;)
Thanks for the wonderful script. Im using Command_line application but while running its asking to authenticate with browser.. How should i automate this?