Sharing OneNote Notebook through API

天涯浪子 提交于 2020-01-04 05:51:31

问题


As per the link to "Create sharing links on OneNote entities", it appears the OneNote API only supports sectionGroups.

POST ../sectiongroups/{sectiongroup-id}/Microsoft.OneNote.Api.GetOrCreateAnonymousSharingLink

It however seems possible to create a link to a notebook (or section) with the OneDrive API

POST ../sites/{site-id}/drive/items/{item-id}/createLink

Is there a problem with using the API this way (particularly as my notebooks don't have section groups)?

来源:https://stackoverflow.com/questions/50355091/sharing-onenote-notebook-through-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!