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 · 1 comment
Open

Resolve files_upload deprecated in Slack API #440

LesnyRumcajs opened this issue May 6, 2024 · 1 comment

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
@LesnyRumcajs
Copy link
Member Author

March 11, 2025
Support for the files.upload API will be discontinued. 

@LesnyRumcajs LesnyRumcajs removed the Priority: P2 Added to issues and PRs relating to a medium severity bugs. label Oct 3, 2024
@LesnyRumcajs LesnyRumcajs added Type: Documentation Added to issues or PRs that relate to the project wiki, or documentation. Type: Task and removed Type: Documentation Added to issues or PRs that relate to the project wiki, or documentation. labels Oct 3, 2024
@LesnyRumcajs LesnyRumcajs moved this from New to Ready in Forest Backlog 🌲 Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ready
Development

No branches or pull requests

1 participant