使用Office 365 API从SharePoint下载文档

时间:2017-07-04 20:16:51

标签: c# asp.net api sharepoint microsoft-graph

我将office 365 SharePoint网站设为https://myCorporateSharePoint.sharepoint.com/sites/MyApplication

我需要使用我的应用程序>下载在此位置上传的一些文档。我已经在Azure AD中完成了应用程序配置,并获得了客户端ID和密钥。现在我必须从sharepoint位置下载文件。关于如何做到这一点的任何代码片段?

1 个答案:

答案 0 :(得分:0)

您可以使用SharePoint帮助程序类获取仅限应用程序的上下文。要获取仅应用程序上下文,请参阅here。另请参阅AddIn Authorization Policies

要从SharePoint下载文档,请参阅here