Skip to content

Latest commit

 

History

History
31 lines (29 loc) · 4.16 KB

TODO.md

File metadata and controls

31 lines (29 loc) · 4.16 KB

TODO

  • Custom time interval for each selected week day.

  • Form data (App settings) validation on frontend.

  • Advanced :

    • Centrally manage multiple G-Suite users
    • Use with any email provider (IMAP/SMTP, RESTful API)
  • Address issues causing common errors, as reported during more than 2 years of execution :

    • Log error with the ID/metadata of the message that triggered it
      • Consider adding a third label, ERROR for example, to the Logs spreadsheet.
    • Limit Exceeded: Email Body Size. (line 99, file "Code")
    • Other errors :
    Start Function Error Message Trigger End
    10/04/2018 20:43 autoReply Document 1qjB-QoZ17jLql6g4Zz1l6-xV8xlVlXu3I1m52WZOMrY is missing (perhaps it was deleted, or you don't have read access?) (line 22, file "Code") time-based 10/04/2018 20:44
    9/17/18 12:53 AM autoReply Service error: Spreadsheets (line 63, file "Code") time-based 9/17/18 12:53 AM
    7/26/18 11:16 PM autoReply Gmail operation not allowed. (line 62, file "Code") time-based 7/26/18 11:16 PM
    4/24/18 4:52 AM autoReply Service timed out: Spreadsheets (line 63, file "Code") time-based 4/24/18 4:53 AM
    3/23/18 10:46 PM autoReply We're sorry, a server error occurred. Please wait a bit and try again. time-based 3/23/18 10:46 PM
    1/25/18 8:22 PM autoReply We're sorry, a server error occurred. Please wait a bit and try again. (line 125, file "Code") time-based 1/25/18 8:24 PM
    12/01/2017 08:45 archiveLog Sorry, it is not possible to delete all non-frozen rows. (line 26, file "Archive_Log") time-based 12/01/2017 08:45
    10/02/2017 20:58 autoReply Argument too large: subject (line 97, file "Code") time-based 10/02/2017 20:58
    10/01/2017 08:02 archiveLog You do not have permissions to access the requested document. (line 11, file "Archive_Log") time-based 10/01/2017 08:02
    8/30/17 11:06 PM autoReply Invalid email: Judith Pin <> (line 92, file "Code") time-based 8/30/17 11:06 PM
    10/29/19 9:46 PM autoReply Error sending email to RECIPIENT NAME . Please try again later. (line 99, file "Code") time-based 10/29/19 9:46 PM
    11/16/19 4:42 PM autoReply Service error: Spreadsheets time-based 11/16/19 4:46 PM
    4/21/20 2:18 AM autoReply Service Spreadsheets failed while accessing document with id 1S8G5Ffa7dHZbxB7d_pGoKkszq9mUhAaC3QII2gLftis. (line 63, file "Code") time-based 4/21/20 2:20 AM
    3/12/20 3:06 AM autoReply Service Spreadsheets timed out while accessing document with id 1jklp1CxY_tShF_8uCky7P8IB_qH7vtTPLnZs56pSdX8. (line 63, file "Code") time-based 3/12/20 3:07 AM
  • Same script app run by multiple accounts (typically in the same organization/domain) :

    • Use script properties to store global and permanent data to be read by any script user.