Error using cronR to run a script

When I run the script myself, it works perfectly. However, when I try to run it using cronr to run it automatically, I get the following error message in the log:

Error in inherits(ss, "googlesheet") :
Operation was aborted by an application callback
Calls: %>% ... tryCatch -> tryCatchList -> tryCatchOne ->
Execution halted

The script basically is reading a googlesheet, adding a new line, then sends an email to me with a message. Can anyone give advice here? Any help is appreciated!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.