问题描述
我正在尝试导入具有以下网址的SharePoint列表: “ http://companyname.sharepoint.com/item1/item2/list.aspx” 目前我使用的代码是:
res <- GET("http://companyname.sharepoint.com/item1/item2/list.aspx",authenticate(username,password,type="any"))
http_status(res)
我无法提取数据,因为http_status的输出抛出了403 Forbidden:
$ category [1]“客户端错误”
$原因 [1]“禁止”
任何人都有与此相关的经验,以及如何实现将数据读入R。我无法将SharePoint映射到本地驱动器,因为这将是在服务器上运行的工作。
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)