RGA icon indicating copy to clipboard operation
RGA copied to clipboard

Point url to browser even when OOB set to false

Open simran66 opened this issue 6 years ago • 1 comments

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

simran66 avatar Sep 16 '18 09:09 simran66

Is this resolved? I encountered a similar problem which was resolved by authenticating token from a .rds file gs_auth(token = "googlesheets_token.rds")

Ashwin611 avatar Oct 30 '18 08:10 Ashwin611