-
Notifications
You must be signed in to change notification settings - Fork 11
Google Sheets Integrations #314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @FlorentLvr |
@Dr0p42, in this integration, i will be using a JSON file storing my credentials. Where should I store it in this repository? Do you have a recommandation? |
You should not store it in the repo but using naas secrets. You should be able to store the content as a secret, if it does not work as is you can convert it to base64 before storing and convert it back when getting it. Does that make sense? |
Moving this to iteration 11 |
How can I connect to google sheet?
I would like to :
access data from a sheet
create new sheet
add new columns to a sheet
add new rows to a sheet
The text was updated successfully, but these errors were encountered: