We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GClient currently uses basic name/password authentication. This isn't great, and gdata-python-client supports OAuth 1 and 2.
The text was updated successfully, but these errors were encountered:
Apparently I have no idea how to OAuth 2 ... I'm going to leave this for another day (year)
Sorry, something went wrong.
It's not clear to me that gdata-python-client currently supports 2-legged Oauth (which I believe is what I want to do...)
Here is an example of who to do it back in the days of yore - https://developers.google.com/gdata/docs/auth/oauth#2LeggedOAuth
I have yet to find an example like this for the current version of gdata-python-client
wbushey
No branches or pull requests
GClient currently uses basic name/password authentication. This isn't great, and gdata-python-client supports OAuth 1 and 2.
The text was updated successfully, but these errors were encountered: