RGA
RGA copied to clipboard
Point url to browser even when OOB set to false
My cron job using RGA was running fine so far but recently It stopped working.
If I run my R script manually in rstudio, it works fine, however, if I run it through cron job, it says:
Waiting for authentication in browser...
Press Esc/Ctrl + C to abort
Please point your browser to the following url:
My script has
options(httr_oob_default=FALSE)
Why does it still ask to point to the browser anyway? It started happening out of no where. No changes on server or any of the packages. Please suggest
Is this resolved? I encountered a similar problem which was resolved by authenticating token from a .rds file gs_auth(token = "googlesheets_token.rds")