Forum Discussion

SlavaSha7's avatar
SlavaSha7
Helper I
5 years ago
Solved

Error getting token for external web API (RingCentral)

I would like to get data from RingCentral to Power BI via eb API using M. I was able to get token using Postman but I get error on Power BI with the same credentials   DataSource.Error: Web.Conten...
  • mahoneypat's avatar
    5 years ago

    You probably can't adapt the Twitter example directly and have it work with your RingCentral one.  I shared it as an example of dynamically getting an access token and then using it in query web calls.  How long does your access token last?  Are you able to do queries with the token hard-coded in?

     

    You should be able to see the actual web calls Power BI is making using Fiddler and maybe also with the Query Diagnostics tool within Power BI.

     

    I noticed that RingCentral has an API explorer to learn about use of their API.  Have you read all their documentation and used that explorer?

     

    Regards,

    Pat