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

Migrate Slack file upload API (#10) #12

Merged
merged 1 commit into from
May 2, 2024
Merged

Conversation

junyoneyama
Copy link
Contributor

What

Migrate from files.upload to files.getUploadURLExternal and
files.completeUploadExternal.

This commit resolves #10.

Why

files.upload has been deprecated and will be unavailable on 2025/03.

Ref

files.upload retires in March 2025, replaced by sequenced Web API methods | Slack

Migrate from `files.upload` to `files.getUploadURLExternal` and
`files.completeUploadExternal`.

This commit resolves #10.
@junyoneyama junyoneyama requested a review from skirino May 1, 2024 10:29
Copy link
Contributor

@skirino skirino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@junyoneyama junyoneyama merged commit 2d2dcc6 into main May 2, 2024
3 checks passed
@junyoneyama junyoneyama deleted the migrate-slack-files.upload branch May 2, 2024 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Slack files.upload API migration
2 participants