Hello. Using either InputFile.fromPath or InputFile.fromBuffer throws this error: File size (2295467305) is greater than 2 GiB
Bucket limit etc. is setup correctly, the issue is caused by SDK. Tried to fix this with LLMs (Claude/GPT) and they wrote that "There is no way to upload files >2GB using the current Node.js SDK" / "Request streaming upload support from the Appwrite team for the Node.js SDK."
Is my only option completely ignoring the SDK and going with REST API instead?
Here's article I've found that says "Node.js has a (poorly) documented 2GB size limitation on file reads" and presents some idea how to handle this, but I cannot do it without modyfing node-appwrite package https://smoores.dev/post/overcoming_io_limits/
Recommended threads
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...