Google 文档 API - 根据建议编辑文本

Google Docs API - Edit Text as Suggestion

Google 文档 API 提到了 how to get a document with suggestion(跟踪更改),但它没有说明如何向文档添加建议。

如何使用 Google 文档 API 或 Apps 脚本在文档中插入编辑建议?

答案:

遗憾的是,目前无法通过 API.

向 Google 文档提出建议

更多信息:

正如您已经指出的,目前只能访问 view suggested edits but not create them. Aside from the lack of endpoint for them, you can see in the Batch Update and request 文档页面,也没有任何建议条目。

功能请求:

但是,如果您确实希望将其添加到文档 API(并因此随后添加到 Apps 脚本中),您可以转到 Google 的 Issue Tracker 并提交要求实施此功能的功能请求。

参考文献: