1
我正在嘗試開發與OneNote API交互的NodeJS。目前我試圖檢索onenote頁面的內容(HTML)。通過其Web API獲取OneNote頁面
基於使用他的beta API的文檔(http://dev.onenote.com/docs),它應該是www.onenote.com/api/beta/sections/{id}/pages,但我已經嘗試了很多次而沒有成功。我總是得到一個錯誤響應:
403
{
"error":{
"code":"40004","message":"The OAuth token provided does not have the necessary scopes to complete the request. Please make sure you are including one of the following scopes: Office.onenote_update,Office.onenote_update_by_app,Office.onenote","@api.url":"http://go.microsoft.com/fwlink/?LinkID=400836"
}
}
我知道API的工作,因爲Web客戶端存在於API參考here效果很好。
如果有人可以對此有所瞭解,我將不勝感激。
提前致謝。
P.S.我可以在同一個API中完美訪問非beta端點。
非常感謝,它完美的作品!顯然,這些是我對API的第一步。 – Mictian 2014-10-19 23:17:57
很高興它爲你工作! – 2014-11-11 20:55:25