Can't upload more than 100MB files to AWS storage via presigned URLS

  • Goal:
    Hi I have a functionality that I've built that uploads files to my AWS via API, the lambda function in that API generates a presigned URL for uploading files then by sending base64data i am concluding my uploading process.

But when I try to upload files more than 100MBs, I face with error 413, I tried to do this by an additional way and I couldn't pass the data again. Please let me know if there is anything i am unaware of like posting data capacity

I am using Team Plan

Hi @Nazimhan_Ficici ,

Right now there is no way to configure the 100MB limit -- we do have an existing feature request to increase this limit, so I've added your +1!

Hello Erin,

Is it possible to upload large files (>1GB) without using the retool storage to avoid latency on the integrality of the app ?

Thanks,

Hi @JSA,

How are you downloading the file and where are you trying to upload this data to?

You may be able to get around Retool Storage with a pre-signed URL for an AWS bucket but this may need to be done using a workflow as if a Retool app downloads the file/data it is going to need to be stored somewhere(Retool Storage) as an intermediary step.