Showing results for OneNote - Microsoft 365 Developer Blog

Sep 11, 2016
0

OneNote API calls fail with a large number of items in a SharePoint document library

OneNote API support
OneNote API support

Hello world! Paresh Moradiya and Sri Srinivasan, members of the OneNote API team here. We've heard from some of you saying that you're running into issues when accessing SharePoint-hosted notebooks in very large document libraries. We have come up with some instructions on how you can eliminate these OneNote API failures. The problem Applications c...

Office Add-ins
Aug 31, 2016
0

The Web Clipper Goes Open-Source

OneNote API support
OneNote API support

Hello! This week, we are excited to announce the open-sourcing of the OneNote Web Clipper under the MIT License. Install: https://www.onenote.com/clipper GitHub: https://github.com/OneNoteDev/WebClipper Wiki: https://github.com/OneNoteDev/WebClipper/wiki For those who are unfamiliar with the extension, the OneNote Web Clipper is an extension f...

SharePoint Framework
May 23, 2016
0

Page Preview API

OneNote API support
OneNote API support

Hi OneNote Developers, A common scenario when using the OneNote API is to display a list of pages for the user to take action (for example, get some of their content into your app). Displaying only the page title communicates a limited amount of information about the page to the user. Certain OneNote clients display a more friendly version of a pa...

Office Add-ins
Apr 1, 2016
0

Office Add-ins on OneNote Online (in Preview)

OneNote API support
OneNote API support

Hello OneNote developers! The OneNote Add-ins team is happy to announce OneNote Online support for the Office Add-in model (in Preview)! Soon you'll be able to develop add-ins for OneNote and make them available world-wide from the Office Store, or upload them to a Corporate Catalog for enterprise access. What's an Office Add-in? An Office Add-is...

Office Add-ins
Mar 22, 2016
0

One time Authentication for Public Resource

OneNote API support
OneNote API support

Hi there, The current authentication mechanism is heavy for public image resources. When you retrieve a page content with authenticated token, the image URLs that are referenced still need to have OAuth token added whenever you request them. We heard people from UserVoice Forums want OneNote APIs support preAuthenticated image URLs from a OneNote p...

Office Add-ins
Jan 12, 2016
0

OneNote API throttling and how to avoid it

OneNote API support
OneNote API support

Hi there, Sometimes, applications can be written to be too demanding of an API. If one application is using too many resources, it may accidentally cause a denial of service for other applications by making the API slow or unusable. The OneNote API protects itself against accidental denial of service in the form of preventing requests and returnin...

Office Add-ins