Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
合并 google docs 文档的首选或最佳程序是什么,已经由另一个客户端通过 Google Drive SDK 修改?
在我的情况下,只会有文本更改,没有格式差异。
不幸的是,您将不得不自己处理这种冲突。API 确实通过提供 ETag 帮助您,服务器使用该 ETag 测试您正在更新的文件是否已在 Google Drive 中更改。如果已更改,默认情况下请求将失败。