Uploading files using the Slack Bolt SDK

Jan 19, 2023

Learn how to upload files using the Slack Bolt SDK for JavaScript.
files.upload API method: https://api.slack.com/methods/files.upload
Uploading Files Using Slack Bolt - Python Tutorial: https://api.slack.com/tutorials/uploading-files-with-python
For new app development, using v2 is highly recommended: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.19.0

Explore The Slack API: https://api.slack.com
Ask a question in Slack Forums: https://forums.slackcommunity.com/
Join the Slack Community Workspace: https://slackcommunity.com/
Chapters

00:00 Introduction

00:16 Project Setup

00:42 Upload a File

03:30 Connect with Slack