内存文档中的虚拟协作者在哪里?
Where are the dummy collaborators in in-memory documents?
documentation 表明调用 getCollaborators
的结果中会填充虚拟数据,尽管它没有提供有关虚拟数据的外观的任何详细信息。
我对 getCollaborators
return 的调用是一个空列表。用一个 isMe
的虚拟合作者填充列表会很有帮助,这样我就不必一直检查 document.isInGoogleDrive
。
这已添加到 API。它应该会在大约一周内可用。
documentation 表明调用 getCollaborators
的结果中会填充虚拟数据,尽管它没有提供有关虚拟数据的外观的任何详细信息。
我对 getCollaborators
return 的调用是一个空列表。用一个 isMe
的虚拟合作者填充列表会很有帮助,这样我就不必一直检查 document.isInGoogleDrive
。
这已添加到 API。它应该会在大约一周内可用。