Body
Slack API files.upload method might failed due to timeout errors on large files, from slack-sdk>=3.19 there is also available method in client files_upload_v2 which should avoid this issues.
Need to implement in Slack API Hook and Operators possibility to use files_upload_v2 instead of files_upload, however this methods do not interchangable.
References:
Committer
Body
Slack API
files.uploadmethod might failed due to timeout errors on large files, fromslack-sdk>=3.19there is also available method in clientfiles_upload_v2which should avoid this issues.Need to implement in Slack API Hook and Operators possibility to use
files_upload_v2instead offiles_upload, however this methods do not interchangable.References:
Committer