0

I am attempting to retrieve and save an inline image from a Teams message. I have Power Automate reading the message and retrieving the image url. However, with Power Automate I just get 403 errors.

I am setting authentication in the HTTP GET enter image description here

I can use graph explorer to get the image, so I know the link is correct. I have created an app with permissions in Azure as shown hereenter image description here

Am I missing a permission or something else?

sreimer
  • 4,913
  • 2
  • 33
  • 43

1 Answers1

0

Are you able to perform the same HTTP request on your machine using some tool like Postman?

Sometimes I have timeout issues with Microsoft Flow HTTP requests due to issues with IP whitelisting. Flow uses different IPs you can check it here and you may need to whitelist it first.

Jean Phelippe
  • 332
  • 2
  • 11