r-lib / gmailr

Access the Gmail RESTful API from R.
https://gmailr.r-lib.org
Other
229 stars 56 forks source link

Unable to automate email sending process in R #151

Closed Mr-Hadoop-Hotshot closed 1 year ago

Mr-Hadoop-Hotshot commented 3 years ago

Hey guys when I tried to automate email sending process in R using {gmailr} and {taskscheduleR}, I encounter below mentioned problem.

R sends email every 3 minutes when scheduler is scheduled to run every "MINUTE". Manually it works well.

For example my script log messages:

LOG REPORT MESSAGE AS FOLLOWS: 11:14 - Script scheduled successfully -Email ID generated in R - Email Received.

11:15 - Script scheduled successfully -Email ID generated in R - Email NOT Received.

11:16 - Script scheduled successfully -Email ID generated in R - Email NOT Received.

11:17 - Script scheduled successfully -Email ID generated in R - Email Received

Any idea guys?!? Anything to do with quota allocated by google and Python quickstart toolkit was used to create "credentials.json".

Thanks is advance.

jennybc commented 1 year ago

I'm afraid I would need a lot more information to help debug this.