Hi,
I keep getting an error from R and R Studio when trying to read files online with jsonlite or googlesheets4:
(403) PERMISSION_DENIED.
I am using a 2017 MabookPro and everything was working fine but now I can't even access my own Drive files. Any ideas?
example <- read_sheet(ss = "1x-s51Lhy7kXuhY-BosgS6hqMxieme3CDkLl9OPD6ohU",
sheet = "datos")
I have issues with Rstudio generating a reprex also.
Pablo