bumplzz69 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

http://code.google.com/p/google-api-python-client/issues/entry #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/google-api-python-client/source/browse/apiclient/ext/au
thtools.py uses OptionParser (optparse is deprecated as well). Most of the new 
api libraries use gflags. When oauth1 is invoked from the program which uses 
gflags, optionaprser tries to parse the gflags and fails.  

This could be fixed by using gflags in oauth1 authtools.

Original issue reported on code.google.com by verma.vi...@gmail.com on 27 May 2011 at 4:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 6347ebd1ff6c.

Original comment by jcgregorio@google.com on 27 May 2011 at 6:05