Internal error with files_upload_v2
#1653
Labels
needs info
An issue that is claimed to be a bug and hasn't been reproduced, or otherwise needs more info
server-side-issue
There seems to be a limit of 14 files with
files.completeUploadExternal
, and I receive an internal error when exceeding it.Reproducible in:
The Slack SDK version
slack_sdk==3.34.0
Python runtime version
Python 3.12.3
OS info
#53-Ubuntu SMP PREEMPT_DYNAMIC Sat Jan 11 00:06:25 UTC 2025
Steps to reproduce:
The following script runs with 14 as argument, and fails with 15.
Expected result:
It should work like the now deprecated
files.upload
followed bychat.postMessage
.Actual result:
The text was updated successfully, but these errors were encountered: