-
Notifications
You must be signed in to change notification settings - Fork 881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"client" permission required #83
Comments
Ah, interesting, ill try that out; Didnt really expect that to work. Thanks! |
Thank you! Plus one for the solution. |
Worked! May need to update the readme. |
I updated README. Please check https://github.com/outsideris/slack-invite-automation#issue-token . |
The issue seems to be still present. Above approaches are failing to work : #146 (comment). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So I tried to set this up, but when attempting the curl request, I got the following response:
{ "ok": false, "error": "missing_scope", "needed": "client", "provided": "admin,identify,users.profile:write" }
Apparently slack now requires client permissions? I replaced the token with the token I grabbed by opening the slack app devtools, and it worked fine.
Probably not much you can do about this, but I wanted to give a heads up and ask if maybe you know a nicer way to handle this.
The text was updated successfully, but these errors were encountered: