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.
Recommended threads
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...
- Flutter OAuth2 does not attach Google se...
Hi Appwrite team, I’m using Appwrite Auth in a Flutter mobile app and trying to upgrade an anonymous user to Google OAuth. Docs say that if there is already a...