My logic app trigger is recurrence under Recurrence get file content will be there on that get file content wil get these error 
            Asked
            
        
        
            Active
            
        
            Viewed 1,139 times
        
    1
            
            
        - 
                    How big is your file? – Skin Mar 20 '23 at 20:27
1 Answers
1
            
            
        - The error message "BadRequest. Http request failed as there is an error: 'Cannot write more bytes to the buffer than the configured maximum buffer size" typically occurs when trying to read or write large files in Logic Apps. 
- As mentioned in MS document Trigger or actions in logic Apps Maximum input or output size104,857,600 bytes (105 MB). 
- As per documentation to resolve this enable Allow Chunking option in settings of supported trigger and actions is the possible way as shown in below images. 
 

As per @ MayankBargali-MSFTMS Q&A document currently SharePoint connector doesn't support message chunking.
- As an alternative, you can divide the file into smaller chunks, then use a loop or other Logic App operations to process each chunk separately.
- Thanks to @ Debbies blog .You can refer this blog the same issue is raised and resolved as i said earlier by splitting or removing unnecessary large data.
 
    
    
        vijaya
        
- 1,525
- 1
- 2
- 6
 
    