How to call Microsoft Graph Beta API from C#

后端 未结 3 697
轻奢々
轻奢々 2020-12-11 06:33

I tried to get the content of the user\'s profile picture and I found out that I had to call the Beta version because the current version gives the following error message:<

3条回答
  •  Happy的楠姐
    2020-12-11 06:54

    I think you are still calling V1 endpoint. In fact, the Beta endpoint is not currently supported in the Microsoft Graph .NET Client Library. More info here.

提交回复
热议问题