I want to get data of the comments on a google site page.
I found an appropriate method "getComments", but it has already been deprecated. (I tried to use it, but it did not work. Return no array) https://developers.google.com/apps-script/reference/sites/page#getcomments
Does anyone know the good way to get the comments from a page? I just want to make a kind of "user comment ranking" from some pages.
Thanks.