OneDrive / onedrive-sdk-csharp

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

Project Abandoned? #250

Open VladimirAkopyan opened 5 years ago

VladimirAkopyan commented 5 years ago

This project appears abandoned. What is the recommended package to use now to access onedrive from DotNet?

Mogikan commented 5 years ago

I also have this question. It is not compatible with latest Microsoft.Graph.Core. Migration to .net standard from Profile111 is also necessary.

Mogikan commented 5 years ago

Had to remove the following code from Request classes in order to compile it against latest graph.core. this.SdkVersionHeaderPrefix = "onedrive"; They removed this property from BaseRequest class and it's no longer available. This property is added to request header and used for Telemetry, so it's safe to remove it.

Mogikan commented 3 years ago

Finally decided to publish my changes (.net standard 2.0, can be used in .net core, works with latest graph.core) in case someone need it: https://github.com/Mogikan/onedrive-sdk-csharp