In my Blazor Webassembly project I would like to use the SfFileManager control to show the files stored on OneDrive using the Microsoft Graph API
without a server component (and Ajax calls) but rather provide the FileManagerDirectoryContent programmatically.
I didn't find any reference on how to accomplish that in your documentation. Maybe it can be done using some customer HttpClient which calls the Microsoft Graph API and returns the proper information using the Ajax callbacks?