I am working on a spare-time project together with some friends. What I would like to do is to have an spreadsheet saved on Google Drive (or similar services) that me and my friends will update regularly. The data from the spreadsheet we want to visualize using Python and Jupyter Notebooks. My friends are not into programming at all, so I want them to be able to access and run the notebooks in the cloud, e.g. through mybinder.org.
I did the credentials stuff from Google API, and it works fine when I run locally. The problem, however, is that since my understanding is that I should not upload credentials to GitHub, mybinder.org is not able to get the credentials that it needs to read the spreadsheet from Google Drive. So my question is how I can solve this?
One idea is to create a separate Google Account just for putting the spreadsheet there. If I do that then maybe uploading the credentials to GitHub is fine? The data from the spreadsheet is not sensitive at all.