英文:
access sharepoint api using user credentials
问题
如何使用带有用户凭据的 API 请求访问 SharePoint。
例如,获取 SharePoint 中所有文档的列表。
是否有一种方法可以发送带有用户凭据的 HTTP 请求并从 SharePoint 获取响应?如果没有,请指定一种实现此目的的方法。我正在使用 Golang 开发此应用程序。
英文:
how to access sharepoint using api requests with headers having user credentials.
For example getting list of all the documents that are there in sharepoint.
Is there a way where we can send http request along with user credentials and get response from sharepoint, If not please specify a method to achieve this.i am developing this application in golang
答案1
得分: 1
这是没有直接的方法来做到这一点。由于您有本地环境,您可以尝试以下链接。
英文:
There is no direct way of doing this. Since you have on-prem environment, you can try following link.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论