Questions tagged [tidyverse-api]

2 questions
9
votes
2 answers

Increase time before tidyverse API OAuth token expires when using bigquery?

When using bigrquery from R, the tidyverse API asks for authentication, which, once provided, allows bigquery to be accessed from the R session. Downloading results can be time consuming, and the if the oauth token expires mid transfer the download…
stevec
  • 41,291
  • 27
  • 223
  • 311
1
vote
2 answers

Multi-user authentication for googlesheets on an app deployed to shinyapps.io

I have an interactive shiny app which wants to read and write to a user's own Google Drive account. It is using gs4_create, gs4_find and range_read from packages googlesheets4 and googledrive. When run locally, I get a prompt like this on first…