Dec 01 2023 06:29 AM
I have this line of code
Running on an app registration with these permissions
In a basic .NET Core 7 app with added Microsoft.Graph client configured like this
Sometimes this finds a drive for a given folderName successfully and other times, for the exact same folder name, it throws a general exception.
It returns exception:
General exception while processing at
What am I missing?
Thanks in advance!
Dec 06 2023 12:24 AM
For anyone interested, downgrading our Microsoft.Graph package to 4.48 resolved this issue. The bug is on Microsofts side and was introduced sometime after version 4.48. Hope this gets addressed by Microsoft soon.