OneDrive / onedrive-sdk-csharp

OneDrive SDK for C#! https://dev.onedrive.com
Other
294 stars 143 forks source link

Special App Root folder problem #181

Closed RussWalton closed 8 years ago

RussWalton commented 8 years ago

From the C# SDK OneDrivePhotoBrowser example, what is the equivalent of:-

this.oneDriveClient.Drive.Items[id].Request().Expand(expandString)

for the special app folder?

this.oneDriveClient.Drive.Special.AppRoot.Items[id].Request().Expand(expandString)

is not possible and everything else I've tried gives me a graph error

Thanks, Russ

cdmayer commented 8 years ago

Fixed in https://www.nuget.org/packages/Microsoft.OneDriveSDK/2.0.3