react-file-viewer icon indicating copy to clipboard operation
react-file-viewer copied to clipboard

How to open a docx file hosted on AWS S3? (JWT, etc)

Open emilioPonceAlvarado16 opened this issue 3 years ago • 3 comments

I was wondering how to view a docx file hosted on other servers, such as AWS S3, considering Authorization, JWT, etc?

Thanks in advance.

emilioPonceAlvarado16 avatar Oct 22 '22 05:10 emilioPonceAlvarado16

same problem when i try to fetch from a host with authorization

abdessamadpas avatar Apr 03 '23 09:04 abdessamadpas

I was wondering how to view a docx file hosted on other servers, such as AWS S3, considering Authorization, JWT, etc?

Thanks in advance.

please did u find any others solution packages meet ur needs

abdessamadpas avatar Apr 03 '23 09:04 abdessamadpas

To resolve this, i though of downloading and make changes myself to accept header information from the frontend. This header will eventually get attached to the GET request. But after downloading and running npm install, it give many errors related to legacy and unsupported version.

ronakrrb avatar Nov 07 '23 11:11 ronakrrb