Created by Microsoft Corporation, 2014. Provided As-is without warranty. Trademarks mentioned here are the property of their owners.
The following aspects of the API are covered in this sample. You can find additional documentation at the links below.
- Log-in the user using the Live SDK
- POST simple HTML to a new OneNote QuickNotes page
- POST page in a specific section
- POST multi-part message with image data included in the request
- POST page with a URL rendered as an image
- POST page with a file attachment
- POST page with a PDF file rendered and attached
- Extract the returned oneNoteClientURL and oneNoteWebURL links
Tools and Libraries you will need to download, install, and configure for your development environment.
Be sure to verify the prerequisites for these too.
Accounts
- As the developer, you'll need to have a Microsoft account and get a client ID string so your app can authenticate with the Microsoft Live connect SDK.
After you've setup your development tools, and installed the prerequisites listed above,....
- Download the repo as a ZIP file to your local computer, and extract the files. Or, clone the repository into a local copy of Git.
- Import the Android code into a workspace/project in Android development tools.
- Get a client ID string and copy it into the file: .../src/com/example/onenoteservicecreatepageexample/Constants.java
- Import and Reference the Live Connect SDK source code.
- Build and run the Android app.
- Authenticate in the running app, using your Microsoft account.
- Allow the app to create new pages in OneNote.
This is the initial public release for this code sample.
-
Visit the dev.onenote.com Dev Center
-
Contact us on StackOverflow (tagged OneNote)
-
Follow us on Twitter @onenotedev
-
Read our OneNote Developer blog
-
Explore the API using the apigee.com interactive console. Also, see the short overview/tutorial.
-
API Reference documentation
-
Getting Started with the OneNote service API
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.