stream-feed-flutter icon indicating copy to clipboard operation
stream-feed-flutter copied to clipboard

auth error

Open meghdadkh opened this issue 3 years ago • 0 comments

Hello While working with the stream_feed package, I get the error {"detail":"Missing auth header.","status_code":403,"code":17,"exception":"NotAllowedException","duration":"0.00ms"," I get more_info":"https://getstream.io/docs/api_error_responses"} and while I have both received the token and authenticated the user, I want to know how to solve my problem.

var client = StreamFeedClient( apiKey ); await client.setUser( User(id), Token(token), );

but when use addActivity i get error

meghdadkh avatar Sep 15 '22 20:09 meghdadkh