Today I managed to send the data from within Python directly to Google Scripts script, which puts the data into the Google Sheets spreadsheet. This needs the use of the Google oauth protocol for authentication and authorization. Google supports common OAuth 2.0 scenarios such as those for web server, client-side, installed, and limited-input device applications.
Because I already had prepared the oauth authorization in an earlier project, I discovered that I could re-use that authorization.
I intend to create another Gist for this direct method of sending data to a Google Sheets spreadsheet (without a man-in-the-middle service).
paulsk
Because I already had prepared the oauth authorization in an earlier project, I discovered that I could re-use that authorization.
I intend to create another Gist for this direct method of sending data to a Google Sheets spreadsheet (without a man-in-the-middle service).
paulsk
Statistics: Posted by paulsk — Sat Apr 20, 2024 4:55 pm