You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
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.
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
This project appears abandoned. What is the recommended package to use now to access onedrive from DotNet?
The text was updated successfully, but these errors were encountered: