I understand this is a total noob question. I would like to insert a pre-populated comment into a Google doc via Apps Script, with an option for a user to reply to the comment.
I have found this:
https://developers.google.com/drive/v2/reference/comments/insert
However, I am unsure how to embed this into my Apps Script. Does anyone have any sample code or would be able to point be in the right direction? I have only used Apps Script for simple tasks, and have not much experience with OAuth (I'm assuming I need this to get the code to work)
Thanks so much.