I have a Google Apps script set up to automatically archive old emails. It used to work, but now I get an authorization error

前端 未结 0 1363
时光说笑
时光说笑 2020-12-18 07:50

This is the script:

function gmailAutoarchive() {
  var delayDays = 3; // will only impact emails more than this many days old

  // Get all the threads that          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题