Hi,
Our code for querying https://graph.microsoft.com/v1.0/me stopped working suddenly today. We request the users details with the OAuth access token.
The request fails roughly 80-90% of the time, with the following response:
{"error"=>{"code"=>"ResourceNotFound", "message"=>"Invalid version: graph.microsoft.com", "innerError"=>{"date"=>"2021-04-06T11:46:43", "request-id"=>"29fca351-e7ff-40f7-b353-fdb432d5c4fa", "client-request-id"=>"29fca351-e7ff-40f7-b353-fdb432d5c4fa"}}
We are sending a simple HTTPS request using the standard Ruby libraries and have no idea why this has suddenly stopped working.
Any insight is greatly appreciated.