I'm trying to send a request for a shared mailbox user: GET https://graph.microsoft.com/v1.0/users/{userId}/drive This shared mailbox user doesn't have an OneDrive setup. Expected result: 404 error with Error Code: ResourceNotFound. Actual Result: 403 Forbidden with Error Code: UknownError and empty Message
For other entities, like email, calendar I got 200 with the same user. I would like to know if it can be fixed.