Do you need to integrate OneDrive file access into your Windows Phone 8 app? Instead of starting from scratch with the Live SDK, use the OneDrive browse task to open the current user's files as easily as you request a photo or send an email. Just authenticate your LiveClient, setup the task, and show it: var t = new SkyDriveBrowserTask{ LiveClient = _liveClient }; t.Completed += SkyDrive_Completed; t.Show();
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Oct 25, 2014
$ dotnet add package ArianKulp.SkyDrive.BrowseTaskNo README available.