OneDrive / onedrive-sdk-csharp

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

OneDrive SDK is deprecated, consider upgrading to Microsoft Graph SDK #259

Open baywet opened 2 weeks ago

baywet commented 2 weeks ago

The OneDrive SDK hasn't been maintained for several years now, for this reason, we're archiving the repository and package.

Consider migrating to the Microsoft Graph SDK which offers a broader set of features and APIs in addition to the OneDrive APIs.

The Microsoft Graph SDK simplifies interaction with Microsoft Graph services by providing tools for retry handling, secure redirects, and transparent authentication, reducing the need for manual management and allowing developers to focus on core functionality. It also enhances performance with payload compression and simplifies API requests through a fluent API, batching capabilities, and models for large file management, making it easier to build resilient and efficient applications.