aminaOriginal post
Flutter Developer
i am trying to upload an .csv file and a .npz file to bucket on Appwrite console. one is 14mb and the other 18mb. I have tried several times with failed to fetch error.
I am on a deadline and really need this done as soon as possible.
I tried to upload this python script as a function but got the error that function should be less than 28mb. Then I tried to store the files in storage, access them through storage and then run the python script through Function.
All file extensions are allowed in settings.
Summary
Developers are having trouble uploading a .csv and .npz file to Appwrite storage, receiving a 'Failed to Fetch' error. The files are 14mb and 18mb. They attempted to upload a Python script as a function but encountered an error due to the file size limit. They are in need of a quick solution.
Solution: Check file size limits for Appwrite storage and ensure they are not exceeding the limits. Additionally, confirm all allowed file extensions are correctly configured in settings.