WuGGuOriginal post
Rank 2: Process
Hi all,
for a few month I use in my nuxt application the appwrite sdk to upload videos to my bucket. It worked like a charm but now I get too many requests errors.
The only thing I changed is, I updated to Appwrite 1.5.3 I didn't test the video upload directly after I updated so it could be this change.
I updated also the SDK to latest version "appwrite": "^14.0.0" but still get this too many requests error.
Any Idea how I can debug this?
btw: Uploading in the Appwrite Backend works perfectly fine.
Summary
Developers are experiencing too many requests errors when trying to upload a large file using an SDK after updating to Appwrite 1.5.3. The UploadVideoFile function is being utilized for the upload process. To debug the issue, check the compatibility between the current version of the Appwrite SDK and the specific upload process being used. Also, ensure that the backend upload in the Appwrite Backend is functioning correctly.