【问题标题】:GetFiles example throwing exceptionGetFiles 示例抛出异常
【发布时间】:2014-06-02 14:03:27
【问题描述】:

使用新的 Office 365 工具 API,我得到:“类型 'Microsoft.Office365.SharePoint.UserInformation' 上不存在属性 'Puid'。确保仅使用由该类型定义的属性名称。”枚举 GetMyFiles 示例代码的返回内容时。 (MyFilesApiSample.cs)

【问题讨论】:

    标签: api office365 getfiles


    【解决方案1】:

    文件服务刚刚引入了库不处理的新属性。添加“myFilesClient.Context.IgnoreMissingProperties = true;”你的代码应该解决这个问题。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-12
      • 2012-05-18
      • 2013-05-24
      • 2021-02-04
      • 2013-02-17
      相关资源
      最近更新 更多