jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
352 stars 74 forks source link

oauth2client[deprecated] vs google-auth #105

Open thoughtfuldata opened 12 months ago

thoughtfuldata commented 12 months ago

As asked in #48 by @felciano

is there a particular reason you are using oauth2client? It has been deprecated for several years in favor of google-auth (link). Most of the example code seems to use the newer libraries, so might be easier to diagnose going forward if the newer recommend libs were used.

Are you planning on switching to google-auth?
It could lessen the amount of issues created in this repo