Forum Discussion
abhineet292
Jan 07, 2020Copper Contributor
fetch document content from Teams file
I am working on the ReactJS app where I need to fetch data from the document which is uploaded on the Microsoft Teams. So my question is.
- Is this possible to fetch document content from Teams by javascript?
I tried the "Pernille-Eskebo/teams-js" package and did some RnD but didn't get any fruitful solution.
Note: Our App is totally client-side.
- Andrew HodgesBronze Contributor
Hi abhineet292 ,
I don't know the package/code details but the files are stored in SharePoint so you would be better off querying the SharePoint site to get the files.
Andy