7

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.

David de-Vilder
  • 890
  • 1
  • 8
  • 18

1 Answers1

2

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.

Ryan Gregg
  • 2,015
  • 13
  • 16
  • Hi Ryan, thanks for your response. I'm afraid I'm still not seeing the name of the files come back in Graph API. Please let me know if you need any more information that would help you investigate the issue. – David de-Vilder Apr 26 '17 at 17:23
  • Hi David. The fix is still rolling out to farms in SharePoint, and is about 80% deployed. It should complete deployment over the next day or two. – Ryan Gregg Apr 27 '17 at 20:27
  • Thanks Ryan - it's fixed now :) – David de-Vilder Apr 28 '17 at 09:06