-
Notifications
You must be signed in to change notification settings - Fork 171
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: Error in Storage API createFile function #963
Comments
@adityaoberai looked into this and noticed we're still checking for even though Looks like we're going to need to fix this in the following SDKs: |
@stnguyen90 Does this mean it will work if I add a string Id to |
I see the variable name is mismatched |
@stnguyen90 Any update on this? |
Any plan for when this fix is going to be released? |
New version of DotNet SDK is released With a release note: I installed this version and ran a test. Now new error appears:
|
Hello, any update on this? I am using the android sdk and I have a similar problem with large files that cannot not be uploaded. |
👟 Reproduction steps
I'm trying to upload a file greater than 4 Mb. Following code is working when the size of file is less than 4 mb.
Using dotnet sdk v0.8.3
👍 Expected behavior
It should upload the file.
👎 Actual Behavior
Getting following error:
🎲 Appwrite version
Version 1.5.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: