如何在 UWP 上与 OneDrive 同步数据

How to synchronize data with OneDrive on UWP

要用OneDrive做一个UWP App来同步数据,我需要Microsoft Graph

To make a UWP App with OneDrive to synchronize data, I need Microsft Graph

我们可以使用 OneDrive Service to approach, for synchronize data, you could refer upload file 部分。

OneDrive Service Sample Page Source. You can see this in action in Windows Community Toolkit Sample App.