TraitError: scope must contain "profile" and "openid"
when I am trying to follow example from documentation:
from ipyauth import ParamsGoogle, Auth
scope = ' '.join(['https://www.googleapis.com/auth/drive']) p = ParamsGoogle(dotenv_file='ipyauth-google-t.env')
I got an error: TraitError: scope must contain "profile" and "openid"