๐ Bug Report: Chunked upload fails
Closed this issue ยท 2 comments
KosKos1337 commented
๐ Reproduction steps
When i try to upload a file that is more than 5 MB in size using storage.create_file via the python SDK.
๐ Expected behavior
It should upload the file in chunks
๐ Actual Behavior
It actually uploads all chunks but one and the file is stuck in "Processing"
It does work when modifying
sdk-for-python/appwrite/client.py
Line 191 in ea1995b
to "end = size" from "end = size - offset"
๐ฒ Appwrite version
Version 1.6.x
๐ป Operating system
Linux
๐งฑ Your Environment
Im using the latest (2024-12-10) appwrite python SDK from PIP
๐ Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
๐ข Have you read the Code of Conduct?
- I have read the Code of Conduct
DH-555 commented
Hello! please, use a descriptive title.
Thanks!
DH-555 commented
Also, if possible, move this issue to the python SDK repo:
https://github.com/appwrite/sdk-for-python/issues