Hi Community,
I have a Flow which is triggered based on a Jira event. I need to extract the attachment (is an xlsx) of the ticket and store it in my OneDrive for Business or somewhere else to conduct some data analytic actions.
I receive the ticket number and can successful access the Jira API to extract the file (via HTTP and Parse JSON step). However, when I want to have as next step the "Upload file from URL", I receive a 403 error:
{"errorMessages":["You do not have permission to view attachment with id: 127135"],"errors":{}}
If I access the URL manually, the download of the file starts immediately. In OneDrive, I cannot open the folder to make it accessible for everyone (due to company rules). However, I am connected to OneDrive via Power Automate to my user.
Does anyone have a idea or workaround to save a file extracted via an URL to OneDrive for Business?
