
Two days of trying. I need to put a few images into a zip and upload it to a storage bucket. I have tried setting up a backend node.js function which is able to use the InputFile.fromBuffer()
. That solution works, but after one or two images, the size of the payload is too large to send to the backend anymore. Does anyone know of a way to upload files from the front-end using the react-native SDK. It doesn't support the same InputFile.fromBuffer()
function. I have tried buffers, streams, blobs (not supported) EVERYTHING and can't figure it out. Please someone save me from this agony. Might just end up using S3 buckets... it should be simple but it's not.
Recommended threads
- Email Verification Email
Hi everyone, I’m currently experiencing an issue with the email verification functionality. When I trigger the verification, the request returns a valid respon...
- Appwrite Cloud Custom Domains Issue
I’m trying to configure my custom domain api.kondri.lt (CNAME pointing to appwrite.network., also tried fra.cloud.appwrite.io with no luck ) but encountering a ...
- Persistent 401 Unauthorized on all authe...
Hello, I'm facing a critical 401 Unauthorized error on my admin panel app and have exhausted all debugging options. The Problem: When my React app on localhos...
