I have created an add on for google docs using app script but I am running into two issues. I am using the drive api to create comments in the document. However, I have 2 problems:
- We cannot embed comments to a particular line inside the google document, so we can't create inline comments.
- When creating a comment, the comment only appears once you refresh the document.
Is this something we are not doing correctly?