oxidized icon indicating copy to clipboard operation
oxidized copied to clipboard

Slackdiff Hook Fails Due to Depreciation of files.upload API method

Open edchiodo opened this issue 1 year ago • 2 comments

When attempting to send diffs to a Slack channel using the slackdiff hook, the following error is returned:

ERROR -- : Hook slack (#SlackDiff:0x00005613e0fc8498) failed (#<Slack::Web::Api::Errors::MethodDeprecated

I believe this is due to the retirement of the web API method files.upload for any Slack apps created after May 16, 2024, and will be sunset entirely on March 11, 2025: https://api.slack.com//changelog/2024-04-a-better-way-to-upload-files-is-here-to-stay

edchiodo avatar Jun 12 '24 18:06 edchiodo

Maybe related to #3144

robertcheramy avatar Jun 14 '24 12:06 robertcheramy

Potential fix: #3268 (the "works for me" kind at least)

varesa avatar Sep 13 '24 14:09 varesa