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
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.