Receiving a 'Forbidden (403)' when connecting to Power BI API

前端 未结 4 636
一向
一向 2021-01-22 14:32

We\'ve been trying to follow this Power BI article so that we can embed reports/dashboards in our SaaS product. Specifically, we\'re stuck at Step 3, \'Create the Embed Token.\

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-22 15:26

    The best way to get the real exceptions from Power BI is to add a DelegatingHandler and look at the headers / body of the message.

    https://github.com/Microsoft/PowerBI-CSharp/compare/master...mikeblakeuk:feature/exceptionHandler

提交回复
热议问题