stream-chat-js icon indicating copy to clipboard operation
stream-chat-js copied to clipboard

Access denied after trying to display images from exportChannel

Open sergeyzhukov opened this issue 3 years ago • 0 comments

Hello.

I'm using exportChannel call from our node.js backend to export all channel data and found that URL for fields asset_url and thumb_url inside message.attachments are incorrect, access denied. When I trying to display such URL error looks like this

<Error>
<Code>AccessDenied</Code>
<Message>Access denied</Message>
</Error>

"stream-chat": "6.3.0"

Any ideas how to display attachments from exportChannel without access denied issue?

sergeyzhukov avatar Mar 30 '22 17:03 sergeyzhukov