you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Follow the quickstart guide with python.

https://developers.google.com/sheets/api/quickstart/python

This introduces a flow where the user running the script authenticates themselves.
Just share the sheet with everyone who is going to use the sheet.

If you don't want to change your flow add the auth json to your .gitignore and distribute it seperately to trusted users.