LuigidaBP
LuigidaBP5mo ago

File upload fails for a 80Mb file

I've created a basic workflow for uploading and storing txt files in Buildship Storage. The workflow works for 8Mb files, but fails for an 80Mb file. Is there any limitation i'm not aware of? (Currently i'm on the Starter plan)
Solution:
Hi @LuigidaBP, In paid plans the limit is 100mb, what is the type of the file you are uploading?
Jump to solution
10 Replies
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @LuigidaBP, currently the file size upload is limited to 10mb, we can update it to allow upload more, we'll update you on this.
Git Maxd
Git Maxd5mo ago
You can create the OpenAI Assistant outside of BuildShip using the OpenAI API directly. You can then attach 20 files per Assistant, and they can be max 512 MB each. Pretty incredible. You can then return and send the AssistantID to the BuildShip API endpoint to interact with that AssistantID and generate a threadID.
Solution
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @LuigidaBP, In paid plans the limit is 100mb, what is the type of the file you are uploading?
Gaurav Chadha
Gaurav Chadha5mo ago
I tested with 90mb file it worked
LuigidaBP
LuigidaBP5mo ago
I'm testing it with a simple txt file. Frontend is Flutterflow, first uploading to FF local storage (confirmed) and then sending to Buildship. It works for files of 800Kb, 8Mb, but fails for 80Mb. Just tested 5 min ago.
Gaurav Chadha
Gaurav Chadha5mo ago
Can you try uploading directly to BuildShip storage and see it works, seems the file parsing from FlutterFlow could be affecting?
LuigidaBP
LuigidaBP5mo ago
I'm a total noob. Could you please break it down what exactly i should do, step-by-step?
Gaurav Chadha
Gaurav Chadha5mo ago
Hi @LuigidaBP, I meant uploading the 80mb file directly on the BuildShip storage
No description
LuigidaBP
LuigidaBP5mo ago
ahh, i was not aware of that option. Sure, tried and it works, uploaded the 80Mb file without any problem. The issue may be at Flutterflow's side, because I've created a direct upload from FF to Supabase and that also fails with the 80Mb file (but works with 8Mb). So far I couldn't find the issue. :S
Gaurav Chadha
Gaurav Chadha5mo ago
Yea, you can check on the FlutterFlow side on their upload limit, which is causing the issue here.