Rank 1: Thread
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?