Via Logic App want to download and upload upto 2GB files from SharePoint?? How we can acheive this

Kapil Kapoor 5 Reputation points Microsoft Employee
2023-02-09T11:02:15.3733333+00:00

I have a requirement to download and upload upto 2GB files back and forth between two different SharePoint Online tenant.

I'm able to acheive this process upto 1GB..

Download: By using Range Header in HTTP call to Graph endpoint

Upload: By using OOB SP Create file connector and by enabling chunking

  • When i try with a file around 2GB i'm getting below errror: User's image User's image
  • And also updated Runtime.Backend.HttpOperation.MaxContentSize in Hostsettings.JSON User's image
  • But after making this change, my workflow is running for hours with no change and i'm not even to move 1.80MB file as well User's image
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,390 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,230 questions
{count} vote

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,866 Reputation points
    2023-02-14T06:46:55.8233333+00:00

    @Kapil Kapoor Thanks for reaching out. As per the screenshot I can see you are passing the Range header whereas you need to pass the content-range header. I have tested the same at my end and couldn't observe any issue.

    194371-image.png

    The other configuration in your standard logic app looks good.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.