I'm wondering if anyone has any experiencing getting a python application to authenticate with google docs. I'm not sure how to begin.
Goal:
To update a google docs spreadsheet based of a CSV file on my local machine. Currently my google account is set for two factor authentication. Perhaps this might be a issue with what I'm trying to do. I''m not sure. I know there is oAuth2 but Im ocmopletely lost on how to implement it. I have looked at the google API and needless to say I'm confused.
Any help would be greatly apprciated.