Troubleshooting Dynamically File Upload Issues: Overcoming Size Limitations and Finding a Workflow Solution

Hi!
I am developing an application that uses Box.com storage, but some files need to be dynamically sent from Box.com to Bubble storage, but I’m having some troubles here. First, the file size is 413MB, which is causing an error:

error_filesize

So I tried to run the API to request the file from Box.com to upload it to Bubble storage, but it only works for files up to 50MB, and I got this error:

error_api

I finally found a solution through a workflow, without the API: I can upload files dynamically and use this workflow to save and associate some description of this file in the database:

Last month, this workflow was unable to upload dynamically files larger than 50MB, and I’m back to the beginning:

What am I doing wrong?