0
我試圖從https://mysite.sharpoint.com獲取數據,我能夠從chrome獲取數據(例如,請求https://mysite.sharepoint.com/_api/web/lists),因爲我的憑據存儲在Chrome中。如果我嘗試從REST客戶端(Post man或ARC)或C#(HttpClient)獲取相同的請求,我將面對403 Forbidden錯誤。無法使用Postman獲取Sharepoint數據
我遵循http://paulryan.com.au/2014/spo-remote-authentication-rest/中給出的步驟,我在步驟3(獲取請求摘要)面臨403 Forbidden錯誤。 我需要使用REST API在線訪問共享點中的數據。請分享你的建議。
注: 我有以下從用戶輸入3個,
- 分享點網站網址
- 用戶名
- 密碼
請參閱此鏈接。這將爲你工作 - https://blog.sprider.org/2016/09/15/access-sharepoint-online-rest-api-via-google-postman-with-user-context/ –