appwrite/sdk-for-python

๐Ÿ› Bug Report: Chunked upload fails

Closed this issue ยท 2 comments

๐Ÿ‘Ÿ 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

end = size - offset

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?

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