Closed GoogleCodeExporter closed 9 years ago
I am currently having the exact same problem. Have you found a solution for
this issue?
Best regards,
Sebastian.
Original comment by gnuse...@gmail.com
on 14 May 2014 at 11:12
I never did, I only found a solution that wouldn't use any stored credentials
and it works rather well. I don't know whats the speed penalty if you are doing
a lot of requests but for me it works well enough.
Original comment by num...@gmail.com
on 14 May 2014 at 11:48
SignedJwtAssertionCredentials do not need to be refreshed.
Original comment by jasm...@google.com
on 16 May 2014 at 1:56
My mistake, they do.
However I've also fixed the bug causing the crash. I'll push it to the
github.com/google/oauth2client soon.
Original comment by jasm...@google.com
on 16 May 2014 at 2:50
If you want to patch before it gets out w/ my fix,
Line 131 in crypt.py, was
pkey = crypto.load_pkcs12(key, password).get_privatekey()
should be
pkey = crypto.load_pkcs12(key, str(password)).get_privatekey()
Original comment by jasm...@google.com
on 16 May 2014 at 2:54
The patch seems not to be applied to github.com/google/oauth2client yet.
Is there a plan to push the fix?
Original comment by kazuhiro...@g.hde.co.jp
on 24 Jul 2014 at 3:29
Original issue reported on code.google.com by
num...@gmail.com
on 27 Feb 2014 at 1:41