caronc / apprise

Apprise - Push Notifications that work with just about every platform!
https://hub.docker.com/r/caronc/apprise
BSD 2-Clause "Simplified" License
10.9k stars 384 forks source link

Slack's files.upload method is being deprecated #1126

Open delenamalan opened 1 month ago

delenamalan commented 1 month ago

:mega: Notification Service(s) Impacted Slack

:lady_beetle: Describe the bug The Slack files.upload method used here is being deprecated. As of May 16th, it already does not work for newly created apps.

files.upload usages need to be replaced by files.getUploadURLExternal and files.completeUploadExternal.

:bulb: Screenshots and Logs I'm getting this error for a newly created bot:

2024-05-19 13:32:26,132 - DEBUG - Response Details:
b'{"ok":false,"error":"method_deprecated"}'

:computer: Your System Details:

:crystal_ball: Additional context

-

caronc commented 1 month ago

Great find and thank you for reporting this! 🙏 I noticed you also cloned the repository. Are you doing a PR for this?

delenamalan commented 1 month ago

Hey @caronc, yes, I'm working on a PR for this. :)