You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently got an email from slack that they will be retiring files.upload in March 2025 and replacing it with sequenced Web API methods. You can find the detailed change log on this link
It seems currently this call is being used by the looker slack api integration. Is this going to be updated?
Examples of where the API call is used is in the utils file here :
I can relate to this point being an issue :
With a legacy bot (still authorized to use old API endpoints) I am able to send files into IMs to specific users.
When it comes to doing with a recently created bot, the IM with files are never delivered to Slack.
I recently got an email from slack that they will be retiring files.upload in March 2025 and replacing it with sequenced Web API methods. You can find the detailed change log on this link
It seems currently this call is being used by the looker slack api integration. Is this going to be updated?
Examples of where the API call is used is in the utils file here :
actions/src/actions/slack/utils.ts
Line 175 in 00fa214
The text was updated successfully, but these errors were encountered: