aw-mfe / gsuite2mfe

Send events from G Suite to McAfee SIEM
MIT License
14 stars 7 forks source link

oauth2client Depreciated #3

Closed mapleleafnj closed 5 years ago

mapleleafnj commented 5 years ago

Any ideas for how to convert oauth2client to google-auth-client ?

from googleapiclient.discovery import build from google_auth_oauthlib.flow import InstalledAppFlow from google.auth.transport.requests import Request

andywalden commented 5 years ago

Fixed in 1.0.0. Thanks.

mapleleafnj commented 5 years ago

Thank you very much ... Great job ...