7
votes

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.

1

1 Answers

2
votes

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.