outsideris / slack-invite-automation

A tiny web application to invite a user into your slack team.
MIT License
1.5k stars 884 forks source link

files.upload issue #107

Closed vinay1591 closed 7 years ago

vinay1591 commented 7 years ago

I wanted to get a command to upload files to slack and found this : https://api.slack.com/methods/files.upload

When I am trying to upload a file by following instruction, link https://slack.com/api/files.upload is reading nothing but error: {"ok":false,"error":"not_authed"}

Please be notified that I am passing token in my command. command I am running: curl -F file='/home/testsend.txt' -F channels=#channel_name -F token='tokenNumber' https://slack.com/api/files.upload

vinay1591 commented 7 years ago

Command is perfect, I was just using the wrong token number. Closing the issue as this is no more exist.