Sign in with Google temporarily disabled for this app
Upon attempting to Run Document index.Rmd to build Reprohack Shiny App, I get this message:
"Sign in with Google temporarily disabled for this app
This app has not been verified yet by Google in order to use Google Sign In."
Google forms have already been created, and urls to those are verified correct. Searching online did not provide any useful information for solving this problem. Also tried on both RStudio server, and local RStudio installation with no luck. Same error message both times.
Please advise on how to get your Reprohack setup to work, as we have an event coming up on February 6th for which we have cloned your materials.
Thanks!
Hi @reblake,
Sorry to hear you are having problems! This is very strange. It seems that this type of error was supposed to be solved by using the googlesheets4 package which we now implement, so I'm very confused 😔
I take it the repository you are speaking about is: https://github.com/SESYNC-ci/reprohack-sesync-Feb-6-2020 ?
I can't see what would be wrong with it just from looking at it. If you run through the code in index.Rmd, which line throws the error? is it
responses_gs <- sheets_find(paste(params$submission_form_title))
What happens if you try and run googlesheets4::sheets_auth()?
Hi @annakrystalli , Thanks for your response. We ended up not using the Shiny app. But your other materials were really useful! Thanks for all your work on the template!