I have been using this link to read spreadsheets in Python, which works perfectly well: https://predictivehacks.com/the-easiest-way-to-connect-python-with-google-sheets/
However, I noticed there isn't any implementation for it to write and push datavalues into a spreadsheet on google. I did some research on google and noticed that the alternative ways seem to be to use a service account and share the spreadsheet to the service account email so that it can access it.
Note: I have the ID of the specific spreadsheet that I want to access
Questions:
- I'm working with this issue and sharing it to a google service account email doesn't seem to be an option for me. I was wondering if anyone know a way where I can work around this issue.
Thanks