Microsoft Security | Microsoft Graph
An API that connects multiple Microsoft services, enabling data access and automation across platforms
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I tried the code in https://learn.microsoft.com/en-us/graph/sdks/large-file-upload?tabs=csharp ,
"Upload large file to OneDrive" in NET MAUI Windows Machine, but I get a ServiceException : "generalException".
Inspecting this exception, the only non null field is Source = Microsoft.Graph.Core, which tells me nothing.
Can anybody explain this? How can I fix it?
An API that connects multiple Microsoft services, enabling data access and automation across platforms