-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Remove files.upload in favor of files.getUploadURLExternal, etc. #514
Comments
We just hit this issue after having to regenerate new "Modern Apps" (via a Legacy Bot) as part of a deprecation notice remediation and now are unable to use the |
Hi there @dblock , I'd love to give this one a shot! |
@monkeyWzr Don't let me stop you. |
Hello, there. |
The current README file (as of opening this issue) references the
client.files_upload
method to upload files. Under the hood, this uses thefiles.upload
endpoint which has been deprecated by Slack: https://api.slack.com/changelog/2024-04-a-better-way-to-upload-files-is-here-to-stayThe article that I linked above describes the migration path, but it only has code samples for JS, Python and Java.
What is the recommended way to use the
files.getUploadURLExternal
endpoint with this client?In particular, I can see that the response of the
files.getUploadURLExternal
invocation contains a link which Slack expects me (the client) to make a POST request to. That means I'd have to open and maintain my own HTTP client (Faraday etc.) on top of this library's Slack client. That seems a bit overkill, is there a better way?The text was updated successfully, but these errors were encountered: