Slack API files upload : error_message : no_file_date

后端 未结 0 1160
日久生厌
日久生厌 2021-01-31 06:12

I am trying to upload a file on slack with the following code:

import slack
import io
from slack import WebClient
client = slack.WebClient(token=XXX)
file = open(         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题