Open silvansky opened 9 years ago
@silvansky Interesting, I've not see missing scope
before, normally I'd expect invalid_auth
if there was an auth problem. I will spend some time this afternoon and see if I can reproduce the problem here.
Got the same problem here, any news on it? Thanks
im having the same issue
/var/lib/gems/2.5.0/gems/slackcat-0.2.5/bin/slackcat:17:in 'block in get_objects': error retrieving channels from channels.list: missing_scope (RuntimeError)
any news??
Hi! I tried to use Slackcat to upload some files to Slack channel, but got some problems. I set
SLACK_TOKEN
to proper token I got, then I callecho "hello" | slackcat -c my-channel
, but it results in error:File upload with
-m
results in the same error. What should I do to fix that?