I have around 600 google sheets that are all very similar where I need to get values from one specific column. I've authenticated an app in the Google Developer console so I have access to one sheet. However to do so I had to give access to the Service Account from inside the sheet itself. That service account does not have access to the other 599 sheets and I would rather not go through and manually give it access to each sheet.
Does anyone have an idea for a better way to do this, either by authenticating the service account for all sheets or a better way of accessing hundreds of google sheets via python that won't mean I have to permission the account? My google account has access to all of the sheets if that helps.
Had a google but can't figure out how to do this! Any help appreciated.