
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
- Relationship null, even when relationshi...
Hi Everyone, im experiencing issues with set relation data. When im setting the document id from the related database most of them seem fine, except one table. ...
- Website shows just the HTML in safari
Hi y'all, I've been working on a project for a while but, for some reason it just shows the html in safari, It work perfectly fine in firefox and chrome, but sa...
- REQUEST FAILED IN MIGRATION
I was trying to moved my archived project to a self-host database . Though the Project is "read only" but there's a message that I can view and migrate data to...
