Copying over comments and suggestions using Google APIs

te2
Bronze 2
Bronze 2

I am working on a Google Apps Script which takes the currently active Google Doc, creates a copy of it, and moves the copy to a folder. I can get all of that working no problem, however I can't find a way to copy over suggestions that exist in the original document. It seems as though Google APIs don't support this. I managed to code a workaround for comments by getting each comment object, removing all replies to the comment, adding it into the copied file, and then for each reply inserting them one by one back into the new comment in the copied file. I have not been able to do anything similar with suggestions. 

I was wondering if I am missing something here? Does anyone know of any way of doing this? 

1 0 203
0 REPLIES 0
Top Labels in this Space