Windows Phone 8 OneDrive Browse Task NuGet Package

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();.




Got any Windows Phone 8 OneDrive Browse Task Question?





Info

Version: 1.5.0
Author(s): atkulp
Last Update: Saturday, October 25, 2014
.NET Fiddle: Create the first Fiddle
Project Url: http://blog.ariankulp.com/2013/11/skydrive-browse-task-for-windows-phone-8.html
NuGet Url: https://www.nuget.org/packages/ArianKulp.SkyDrive.BrowseTask


Install
Install-Package ArianKulp.SkyDrive.BrowseTask
dotnet add package ArianKulp.SkyDrive.BrowseTask
paket add ArianKulp.SkyDrive.BrowseTask
ArianKulp.SkyDrive.BrowseTask Download (Unzip the "nupkg" after downloading)

wp80 wp81


Tags



STATS

must-have-score

.8

avg-downloads-per-day

2

days-since-last-release

3471