You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: