Forum Discussion

janfcarl's avatar
janfcarl
Helper I
5 years ago

Problem with PowerBIClient (GetReportsInGroupAsync)

EDIT: I was able to fix the problem by adding ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12; to the method GetTokenCredentials.   My next problem is that the call var reques...