Search code examples
c#uwponedrive

How to synchronize data with OneDrive on UWP


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


Solution

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

    we could use OneDrive Service to approach, for synchronize data, you could refer upload file part.

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