I am trying to authenticate google drive into google colab normally i use `
from pydrive.auth import GoogleAuth
` but now it's show
ImportError: cannot import name 'mtls' from 'google.auth.transport' (/usr/local/lib/python3.7/dist-packages/google/auth/transport/__init__.py)
I don't sure because the version of google-auth that have released last week google-auth affected to change the method to import GoogleAuth or not
Thanks !