This is a new installation that I"m trying to get work. I get caught in an authentication loop -- every time I run a command, it asks me to authenticate again which suggests that it's not working. (Tried the nobrowser.txt...same problem).
This is my latest traceback. Hoping it might be obvious to someone else what I'm doing wrong......would appreciate any advice!
Traceback (most recent call last):
File "/Users/[username]/gam/gam.py", line 7418, in <module>
doGetUserInfo()
File "/Users/[username]/gam/gam.py", line 4680, in doGetUserInfo
cd = buildGAPIObject(u'directory')
File "/Users/[username]/gam/gam.py", line 516, in buildGAPIObject
doRequestOAuth()
File "/Users/[username]/gam/gam.py", line 7277, in doRequestOAuth
credentials = oauth2client.tools.run_flow(flow=FLOW, storage=storage, flags=flags, http=http)
File "/Users/[username]/gam/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/Users/[username]/gam/oauth2client/tools.py", line 233, in run_flow
credential = flow.step2_exchange(code, http=http)
File "/Users/[username]/gam/oauth2client/util.py", line 137, in positional_wrapper
return wrapped(*args, **kwargs)
File "/Users/[username]/gam/oauth2client/client.py", line 1936, in step2_exchange
headers=headers)
File "/Users/[username]/gam/httplib2/__init__.py", line 1593, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/Users/[username]/gam/httplib2/__init__.py", line 1335, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/Users/[username]/gam/httplib2/__init__.py", line 1291, in _conn_request
response = conn.getresponse()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1033, in getresponse
raise ResponseNotReady()
httplib.ResponseNotReady