user3279195
user3279195

Reputation: 31

Browsing Onedrive in a WP8.1 app

I have managed to connect to LiveConnect, but I am not finding a way to display the contents of OneDrive inside the application. I have found this browse task, but the code supplied does not get it working. Is there a version of FilePicker for C#, or equivalent? Thanks.

Upvotes: 0

Views: 107

Answers (1)

Kulasangar
Kulasangar

Reputation: 9434

According to OneDrive Developer Center, there are some options in order to list the files within your storage.

Reference: Get list of files from SkyDrive folder (Windows Phone)

Try using this sample from github too.

Upvotes: 1

Related Questions