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:Jump to solution
Hi @LuigidaBP, In paid plans the limit is 100mb, what is the type of the file you are uploading?
10 Replies
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.
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
Hi @LuigidaBP, In paid plans the limit is 100mb, what is the type of the file you are uploading?
I tested with 90mb file it worked
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.
Can you try uploading directly to BuildShip storage and see it works, seems the file parsing from FlutterFlow could be affecting?
I'm a total noob. Could you please break it down what exactly i should do, step-by-step?
Hi @LuigidaBP, I meant uploading the 80mb file directly on the BuildShip storage
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
Yea, you can check on the FlutterFlow side on their upload limit, which is causing the issue here.