slack-cli icon indicating copy to clipboard operation
slack-cli copied to clipboard

Unable to upload to newly created private channels

Open NudeNULL opened this issue 5 years ago • 0 comments

Hello,

A few days ago I encountered an issue with new private channels, seems like Slack is creating the channels in a new way.

Here are the details:

  • I was using this command for every project, the same token, all channels are private, it was working like a sharm /usr/local/bin/slack-cli -d ${SLACK_CHANNEL} -t ${SLACK_TOKEN} -f ${ANDROID_BUILD_PATH}${PROJECT_NAME}.apk

  • Now for the old channels it is still working

  • For the new channels it says -> Channel, group or user 'build_test' does not existBuild step 'Execute shell' marked build as failure

  • If I use a new public channel it is working, but we can't use public channels.

NudeNULL avatar Sep 11 '20 10:09 NudeNULL