Hi All,
Trying to use http connector to download a file from a URL. I received this error on the body
Hey @a104230
Not exactly sure how downloading with HTTP connector works, but you can use OneDrive action to download the file. If because of business policies you cannot use onedrive(Sometimes client says not to use OneDrive), you can download the file in onedrive, then save it in Sharepoint and at the end of the flow just delete the file in OneDrive.
Do the following:
1) Use action upload from url.
2) The use get file content to get the file content of the file.
3) Use create file action of sharepoint.
Optional:
4) At the end just use delete file action if you want to delete it from OneDrive.
I hope this helps 🙂