We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i try to upload a file that is more than 5 MB in size using storage.create_file via the python SDK.
It should upload the file in chunks
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"
Version 1.6.x
Linux
Im using the latest (2024-12-10) appwrite python SDK from PIP
The text was updated successfully, but these errors were encountered:
Hello! please, use a descriptive title. Thanks!
Sorry, something went wrong.
Also, if possible, move this issue to the python SDK repo: https://github.com/appwrite/sdk-for-python/issues
No branches or pull requests
👟 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?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: