Closed E3Solutions closed 1 month ago
I got the same issue when using the PutAsync method, but it works well if I manually create HTTP request. Please advise
Thank you for reaching out and for your patience. This SDK is being officially deprecated. See #259 for more information
Getting this error after the recent 2.0.7 update: Exception of type 'Microsoft.Graph.ServiceException' was thrown.
Code: // Create the excel file moExcelFile.SaveXls(tempfile); // Convert temp file to stream object Stream stream = new System.IO.FileStream(tempfile, System.IO.FileMode.Open);
This has been working for quite a long without any issues. Now it seams a recent update has broken the PutAsync- (stream) method.
I tried updating my solution to the latest version of the Microsoft.OneDrive.Sdk, but that did not work. Please advise.