You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the gspread docs we should use google-auth instead. Shouldn't the df2gspread function allow for passing in the gsrpead.client.Client object instead of messing with credentials? That way users can manage their credentials and authorization with gspread and this package doesn't have to worry about the deprecation.
The text was updated successfully, but these errors were encountered:
df2gspread/df2gspread/df2gspread.py
Line 55 in f14da35
Google has deprecated oauth2client.
According to the gspread docs we should use
google-auth
instead. Shouldn't the df2gspread function allow for passing in thegsrpead.client.Client
object instead of messing with credentials? That way users can manage their credentials and authorization with gspread and this package doesn't have to worry about the deprecation.The text was updated successfully, but these errors were encountered: