【发布时间】:2019-08-21 12:32:59
【问题描述】:
我正在尝试创建一个 Sharepoint iOS 应用程序并使用其余的 api 我收到错误“此项目不支持喜欢”。在对https://tenant.sharepoint.com/News/_api/web/lists/getbytitle('pages')/items('1234')/like 进行 POST 之后。
有人知道更多关于这种错误的信息吗?
评分设置似乎在 Sharepoint 服务器上设置正确,因为类似选项在网站上正常工作,而且在应用程序中,我可以在 Rest API 调用https://tenant.sharepoint.com/News/_api/web/lists/getbytitle(' pages')/items('1234').
我认为客户端应用程序实现没有问题,但它与 Sharepoint 配置有关,尽管我还没有看到有关评级设置的更多设置,包括移动设备的 Sharepoint 访问应用程序。
网络似乎使用 Microsoft.Office.Server.ReputationModel.Reputation.setLike 函数来处理此问题,该函数再次在网络部件上正常工作,但我无法从移动应用程序中找到方法。
【问题讨论】:
标签: api sharepoint