Skip to content

Instantly share code, notes, and snippets.

@thinkjson
Created November 2, 2012 23:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thinkjson/4005033 to your computer and use it in GitHub Desktop.
Save thinkjson/4005033 to your computer and use it in GitHub Desktop.
AccessTokenRefreshError stack trace
File "data_api/bigquery.py", line 33, in authenticate
self.service = build('bigquery', 'v2', http=self.http)
File "oauth2client/util.py", line 120, in positional_wrapper
return wrapped(*args, **kwargs)
File "apiclient/discovery.py", line 193, in build
resp, content = http.request(requested_url)
File "oauth2client/util.py", line 120, in positional_wrapper
return wrapped(*args, **kwargs)
File "oauth2client/client.py", line 405, in new_request
self._refresh(request_orig)
File "oauth2client/client.py", line 573, in _refresh
self._do_refresh_request(http_request)
File "oauth2client/client.py", line 629, in _do_refresh_request
raise AccessTokenRefreshError(error_msg)
AccessTokenRefreshError: Invalid response 403.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment