The file limit error in Power Automate when copying a large document folder from SharePoint to OneDrive usually happens due to API limits, file size restrictions, or timeouts.
A better approach is to first use Get Files (Properties only) to retrieve all the files, then loop through them with Copy File instead of trying to copy the entire folder at once. This makes the process more reliable and avoids hitting limits.
If the folder is massive, you might also need to process files in smaller batches or adjust pagination settings. Another option is using SharePoint’s HTTP request action for chunked transfers, or even PowerShell if this keeps failing.
Was this reply helpful?YesNo
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.