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.

Ya, all of the functionality would need to be on google's end. They'd have to offer a SDK in python for their docs API. They have something like this for Android and python:

https://thp.io/2012/europython/

But if you can't find the SDK in python for google docs, you may be out of luck.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.