
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
- Flutter Google Auth (Access blocked: Thi...
It is working fine on web platform, but on Flutter I'm getting this error. Any option to fix, or this issue with AppWrite and need to use different option? Ac...
- Appwrite Cloud Console Organization Issu...
The cloud console is showing me to add organization even if I have a active org and showing me user don't have access issues. Its showing every now and then.
- Reset Password , using createEmailToken ...
I am trying to reset password using OTP instead of recovery mail i success to create token (6 digit) from App write and verifying the OTP but in password reset,...
