jeremyephron / simplegmail

A simple Gmail API client for applications in Python
MIT License
336 stars 73 forks source link

oauth2client[deprecated] vs google-auth #105

Open thoughtfuldata opened 9 months ago

thoughtfuldata commented 9 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