Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve files_upload deprecated in Slack API #440

Open
LesnyRumcajs opened this issue May 6, 2024 · 0 comments
Open

Resolve files_upload deprecated in Slack API #440

LesnyRumcajs opened this issue May 6, 2024 · 0 comments
Labels
Priority: P2 Added to issues and PRs relating to a medium severity bugs.

Comments

@LesnyRumcajs
Copy link
Member

Issue summary

According to Slack API documentation

files.upload is deprecated and will stop functioning on March 11, 2025. Use files.getUploadURLExternal and files.completeUploadExternal to upload files instead. Newly created apps will be unable to use files.upload beginning May 8, 2024. See Uploading files for more details on the process and this changelog for more on the deprecation.

We use files_upload from the slack-ruby-client gem. We should use the suggested methods instead, which are already exposed in the files module.

Other information and links

@LesnyRumcajs LesnyRumcajs added the Priority: P2 Added to issues and PRs relating to a medium severity bugs. label May 6, 2024
@LesnyRumcajs LesnyRumcajs changed the title Resolve files_resolve deprecated in Slack API Resolve files_upload deprecated in Slack API May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: P2 Added to issues and PRs relating to a medium severity bugs.
Projects
None yet
Development

No branches or pull requests

1 participant