Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

Latest commit

 

History

History
67 lines (45 loc) · 2.66 KB

sample-code.md

File metadata and controls

67 lines (45 loc) · 2.66 KB

OneDrive API Sample Code

The following samples are available on GitHub in the OneDrive organization. All of our samples are licensed under the MIT license and are open source projects.

Windows / .NET

JavaScript

  • OneDrive API Explorer (JavaScript) An HTML explorer for the OneDrive API. Highlights using the OneDrive API from a single page web application.

  • File picker for JavaScript Connect your JavaScript web application or website to open and save files with OneDrive without writing any user interface code.

Office Add-ins

ASP.NET MVC

  • OneDrive Webhooks An ASP.NET MVC app that demonstrates how to use OneDrive webhooks to receive change notifications from OneDrive and retrieve files that have changed.

Apple iOS

Android

  • OneDrive API Explorer (Android) This sample illustrates basic concepts for interacting with the OneDrive API from an Android application.

  • File picker for Android Connect your Android app to OneDrive with a few lines of code. No need to use the API or build a user interface.