Andreas Rhode

Results 2 comments of Andreas Rhode

I have the same problem. What is the current recommended way to read from google drive in R colab notebooks?

Trying the following locally in Rstudio: ``` library("googledrive") library("googlesheets4") gs4_auth(use_oob = TRUE, cache=FALSE) ``` brings up a browser window with the message: ``` Access blocked: Tidyverse API Packages’s request is...