-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
googlesheet integration #30
Comments
Hi! Thank you for the suggestion. In an earlier version of the app we used this solution. We wanted to avoid login, and therefore we only accepted public spreadsheets. Making a spreadsheet publicly available seemed difficult for users therefore we swapped to the current upload option. However, the url option can be added again if users request it. |
googlesheets4::gs4_deauth() can be used to use the API without login. https://googlesheets4.tidyverse.org/articles/articles/auth.html |
Thank you for pointing this out. I think we used the googlesheets package. I will give it a try. However, in the documentation they mention that: "read Sheets that are world-readable or readable by “anyone with a link" and "If you don’t need to access private Sheets, use gs4_deauth() to indicate there is no need for a token". From these comments, I assume that you do need to make the spreasheet public as it was the case before with our implementation. |
I do not really know what public spreadsheet means here. |
I gave the package a try. You are right. We used the googlesheets package previously and for that you needed to make the spreadsheet public on the web first and then share it. With googlesheets4 I did not need to do the first step. So I will add the URL read option to the app as an enhancement. |
see #42 |
done in #55 |
It might be interesting to keep the spreadsheet on a google sheet, and read that spreadsheet with the googlesheets4 package ?
people would have to enter the googlesheet url
The text was updated successfully, but these errors were encountered: