I'm integrating my personal app with Microsoft Flow.
When I try to receive a file content (example: Flow that creates a new document inr my app storage everytime a file is added to OneDrive) it retrives this error:
"x-ms-failure-cause": "apihub-token-exchange"
What am I doing wrong?
Hi Fvamaro,
You said that you are integrating your personal app with Microsoft Flow, so which app are you using?
How is your flow configured?
Could you show me a screenshot for your flow to help reproduce this issue on my side?
Best regards,
Mabel Mao
Hi,
I have exactly the same issue. From my Flow I am using my custom connector to make an API call. Testing within the connector works just fine without any errors using the same connection as configured in the Flow. But when the Flow is running I get this Bad Request with the same error. Very curious what's going on and to solve it.
grtz,
Octavie
@Anonymous are you working with files too?
No, not working with OneDrive files or so. I have developed an Azure Web API, that needs to be called from the Flow. For that, I needed to create a custom connector.
I very much followed this article: https://powerapps.microsoft.com/nl-nl/blog/custom-api-with-authentication/
grtz,
Octavie
Somehow I keep thinking it's about the account that I use for the connection. I have a dedicated service account for this, while I am editing the Flow using my own account. Maybe I need to investigate this more...
I'll keep you posted.
Octavie
@Anonymous I'm using 2 different accounts too.
Wow. Just wow. How misleading is this error message. It seems my API does get called, because I see my logging information show up in Application Insights (Azure service). At some point it has logged a 403 forbidden exception, which means my service account is missing some permissions 🙂 #AlmostGotMyNeedleInTheHaystack
Solved it. So, in my case it was the missing Permission piece. Once I set the required permissions for the service account I used in the connection, the Flow finished successfully. 🙂 I do hope you can solve yours as well very soon!
What have you done to solve it? @Anonymous
@FvamaroFrom your custom connector, when you go to the Test tab, can you successfully execute your action from there using the same connection you are using in the Flow?
No, retrives error 500 @Anonymous
So, 500 means, you can connect, authentication goes fine, but executing some code (?) within that component fails. It throws the InternalServerException.... You need to debug it more to find your needle. Keep testing it from the connector, before using the complete Flow...
Good luck!
Octavie
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
11 | |
10 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
10 | |
7 |