Google API 1.8.1 - Google云端硬盘文档评论者的权限/电子邮件地址

时间:2014-09-02 11:25:09

标签: google-api google-drive-api google-docs google-api-dotnet-client

我有一个非常简单的代码:

...
DriveService service = new DriveService(initializer);

CommentList comments = service.Comments.List(fileId).Execute();
...

结果我得到了一个评论列表(comments.Items属性),在每个评论中都有一个仅填充的作者属性" DisplayName"和"图片"属性。 " PermissionId"属性是null,我很困惑如何检索评论者的permissionId或电子邮件地址?

提前致谢。

0 个答案:

没有答案