jamietsao / slack-multi-channel-invite

Script to invite a user to multiple Slack channels at once
25 stars 10 forks source link

Private Channels no longer working #14

Open firestormo opened 1 year ago

firestormo commented 1 year ago

It always says that channel cant be found. on the slack API it states that group.read and group.write are depreciated, still added them, everything works fine for public channels, no private channels.

jamietsao commented 1 year ago

@firestormo - I just tested private channels with my own Slack workspace and it seems to work fine. I'm using the conversations.list api and I don't see it saying that groups.read is deprecated: https://api.slack.com/methods/conversations.list

Can you try running with -debug=true flag and see what the output is?