Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

client.py get_oauth_token() raises exception on 301 response #43

Open
penguin-wrangler opened this issue May 5, 2016 · 0 comments
Open

Comments

@penguin-wrangler
Copy link

https://github.com/google/gdata-python-client/blob/master/src/gdata/client.py#L577

Google is returning a 301 response (Moved Temporarily) aka Redirect. The get_oauth_token code treats anything other than 200 as an error, and does not follow the redirect, thus authentication is broken.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant