Skip to content
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

followStats throws NotAllowedException #396

Closed
jpagand opened this issue Nov 10, 2020 · 5 comments · Fixed by #401
Closed

followStats throws NotAllowedException #396

jpagand opened this issue Nov 10, 2020 · 5 comments · Fixed by #401

Comments

@jpagand
Copy link

jpagand commented Nov 10, 2020

On a server-side app and following the documentation, I get an error trying to call followStats

Error:

{
    "detail": "You do not have permission to perform this action.",
    "status_code": 403,
    "code": 17,
    "exception": "NotAllowedException",
    "duration": "0.00ms",
    "more_info": "https://getstream.io/docs/api_error_responses"
}

Code to reproduce:

import getstream from 'getstream';

const client = getstream.connect(API_KEY, API_KEY_SECRET, APP_ID);
client.feed('user', 'me').followStats();

gz#7250

@ferhatelmas
Copy link
Contributor

@jpagand Nothing seems wrong here. Could you pass your api key ?

@jpagand
Copy link
Author

jpagand commented Nov 10, 2020

Api key: mh5hs94numkn

@jpagand
Copy link
Author

jpagand commented Nov 18, 2020

Any update @ferhatelmas ?

@ferhatelmas
Copy link
Contributor

@brandoniumNutrien
Copy link

seem to still have this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants