How to upgrade from OneDrive SDK to Microsoft Graph SDK and keep the old AppFolder
问题 My UWP app uses app folder ( Files.ReadWrite.AppFolder ) for storing app data on OneDrive. I upgraded the app to use Microsoft Graph SDK instead of the old OneDrive SDK (version 1.x). I didn't get the authentication to work using the old client id registered in https://apps.dev.microsoft.com, so I registered my app in https://aad.portal.azure.com/ and I use MSAL.NET for authentication. The problem is that the upgraded app creates a new app folder on OneDrive ( My App 1 ) instead of using the