lukejacksonn / react-slack-clone

Complete chat application, built with Chatkit | by @lukejacksonn
https://pusher.com/chatkit
MIT License
1.35k stars 262 forks source link

Attachment token expired #63

Closed alexey13 closed 6 years ago

alexey13 commented 6 years ago

Hi Luke. Let you know that attachment links live very short period. Try to attach pdf for example and click after a minute on the link to download <Code>AccessDenied</Code> <Message>Request has expired</Message> <X-Amz-Expires>60</X-Amz-Expires>

alexey13 commented 6 years ago

What solution to use, how you think? Fetch links every 59 seconds? With fetch by click have problems.

lukejacksonn commented 6 years ago

Hey @alexey13 thanks again for the report.. how about this? https://github.com/pusher/react-slack-clone/pull/64

alexey13 commented 6 years ago

Yep, like it, refetch by period

lukejacksonn commented 6 years ago

Alright! That is merged now 👍