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
Any 'from oauth2client import util' fails on v3.0 of the library as the 'util.py' has been moved to '_helpers.py'. Replacing all call to 'util.' to '_helpers.' fixes the problem.
Any 'from oauth2client import util' fails on v3.0 of the library as the 'util.py' has been moved to '_helpers.py'. Replacing all call to 'util.' to '_helpers.' fixes the problem.