You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Is this resolved?
I encountered a similar problem which was resolved by authenticating token from a .rds file
gs_auth(token = "googlesheets_token.rds")
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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
The text was updated successfully, but these errors were encountered: