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
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
The text was updated successfully, but these errors were encountered:
Issue summary
According to Slack API documentation
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
The text was updated successfully, but these errors were encountered: