Forum Discussion

ericOnline's avatar
ericOnline
Post Patron
5 years ago
Solved

How to create PBI API Authorization header from AppID and Secret?

I'm trying to use the PBI API to export reports to .png. I followed the docs to get an app registered in Azure and received an App ID and Secret.  How do I create the Authorization header for API re...
  • ericOnline's avatar
    ericOnline
    5 years ago

    I figured it out. My client_secret had both a "+" and a "=" in it. I had to use the Flow action of encodeUriComponent. 
    Sweet!