Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Office 365 Graph - "name" property removed from recent files query

This morning we have noticed that the "name" property has been removed from the recent files query on the Office 365 Graph API, which is causing issues in our application.

https://graph.microsoft.com/v1.0/me/drive/recent?$top=6

There has been no announcement of this change in the documentation or changelog, so I assume this was an unintended change / bug. The filename is arguably the most important property of a file, so this query becomes significantly less useful without that information.

Would someone from the Graph API team please advise? Thanks in advance.

like image 531
David de-Vilder Avatar asked Apr 26 '17 11:04

David de-Vilder


1 Answers

Yes, this was a bug. The issue should be resolved now. I'm seeing the name parameter be returned from a call to /me/drive/recent currently. Let me know if you're still seeing this.

like image 57
Ryan Gregg Avatar answered Oct 17 '22 05:10

Ryan Gregg