OneDrive / samples

Contains samples, scenarios, and guidance for integrating with OneDrive and SharePoint drives, drive items, and files.
MIT License
58 stars 59 forks source link

OneDrive File Picker v8 - there is https://graph.microsoft.com/beta/ used, beta should not be used for production application #39

Closed LukaszGawlikBridge closed 1 year ago

LukaszGawlikBridge commented 1 year ago

Describe the bug When accessing documents of shared team, graph beta is used (https://graph.microsoft.com/beta/). According to https://learn.microsoft.com/en-us/graph/use-the-api, beta version should not be used for production application.

image

image

Expected behavior Graph v1.0 should be used

patrick-rodgers commented 1 year ago

Thank you for your feedback, the internal implementation of the control is determined by the engineering team in partnership with other teams across the company.

LukaszGawlikBridge commented 1 year ago

@patrick-rodgers Thank you for the answer. Just for confirmation, graph beta version is used, but as I understand it is guaranteed that Picker is stable solution and it can be used in production applications, please confirm?