-
Notifications
You must be signed in to change notification settings - Fork 948
New issue
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
please update your docs on setting up google oauth #343
Comments
SignedJwtAssertionCredentials was removed here
To make in work in the appengine dev_server I installed:
|
Please see my correction to their documentation here. This will solve your problem. |
vmahedia
added a commit
to vmahedia/gspread
that referenced
this issue
Mar 16, 2016
…oses burnash#357, closes burnash#356 SignedJwtAssertionCredentials is deprecated, replaced that with new method with reads credentials directly from the file. googleapis/oauth2client#401
@marcmaxson since |
@marcmaxson sorry I overlooked, it wasn't actually removed. |
Fixed in #356 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it says that PyOpenSSL may be required, but I find that with python 2x it is absolutely required. The error message you get back does not make the source of the problem clear:
looking on stackoverflow, I found:
http://stackoverflow.com/questions/14063124/importerror-cannot-import-name-signedjwtassertioncredentials
that oauth2client depends on PyOpenSSL but doesn't tell the user it does, so best to let people know in your otherwise exquisite documentation what this error message means.
Libraries oauth2client.client
thanks!
The text was updated successfully, but these errors were encountered: