You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails because SignedJwtAssertionCredentials has been removed from oauth2client 2.0.0.
Traceback (most recent call last):
File "test.py", line 14, in <module>
from oauth2client.client import SignedJwtAssertionCredentials
ImportError: cannot import name 'SignedJwtAssertionCredentials'
The text was updated successfully, but these errors were encountered:
Fails because SignedJwtAssertionCredentials has been removed from oauth2client 2.0.0.
The text was updated successfully, but these errors were encountered: