My customer is managing image files. Most are in the range from a 100K to 10-15mb. They are not huge files like video files, but some will certainly be over the 4mb limit of the existing implementation.
The only concern is that the files are downloaded to memory, so you have to make sure you have enough ram. However, internally we are working on letting to user to also save the files to disk.
Did you implement solution for larger files? We need to upload files in size of up to 100 Mb. I know that it is possible since we do it using Make.com or Zapier. It is the first time I meet this 4Mb limitation.