Python SDK Error on upload function

Error loading to Uploadcare: Uploadcare.upload() got an unexpected keyword argument ‘filename’ Stack trace: Traceback (most recent call last): File “/opt/render/project/src/app/services/user_service.py”, line 157, in save_image uploaded_file = uploadcare.upload( ^^^^^^^^^^^^^^^^^^ TypeError: Uploadcare.upload() got an unexpected keyword argument ‘filename’.

Can I somehow change my file name to smth like static/avatars/filename.png using pyuploadcare?

Hi @sokolovskiy.sn, Could you provide more details about the issue, including the Python SDK version you’re using, relevant code snippets, and the steps to reproduce the error? This will help us assist you more effectively.