Hi, I'm writing an app with Expo, React Native and Appwrite Cloud. My goal is to upload an image to the bucket storage. I have tested the bucket with REST requests and that worked fine. However, I cannot get it to work with the Web SDK. I am using the newest version 13.0.0 but tested it also with older ones.
When I try calling const response = await api.uploadProfileImage(file) it catches this error: {"name":"AppwriteException","code":0,"type":"","response":""}
I tried it using different Files with the new File constructor from JS and also double checked all other params. I cannot make sense of the issue. Auth and DB both work fine in the project.
There's a problem with how react native handles multipart form data.
Use this workaround: https://github.com/appwrite/sdk-for-web/issues/27#issuecomment-1710914979
It worked with that, thanks <:appwriteheart:782571497393750036>
[SOLVED] Uploading File from React Native Client
Recommended threads
- CDN not delivering correct bundle
My site 69b4cd410035893573dc is not delivering the latest deployed version via CDN, it seems stuck on versions from previoiu days, alternative links for the lat...
- Site ID: 6a22303d000c95ef93bdDomain: van...
multiple rapid deployments + a force push to master caused the router to lose the domain-to-deployment binding, even though the Domains tab shows the mapping is...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...