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
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...