I want to achieve a similar setup but using a folder from a Microsoft Teams channel instead of Google Drive. I’ve looked into N8N integrations and possible workarounds, but I haven’t found a clear solution to connect Microsoft Teams files to a vector store via N8N.
Does anyone have experience with this or suggestions for how to achieve it? Any tips or examples would be greatly appreciated!
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
I’m not familoiar with neither Microsoft Team nor SharePoint. However, judging by this post, Teams vs. OneDrive vs. SharePoint: Differences & Which to Use | tenfold, you should be able to leverage SharePoint API to access Microsoft Team folders as Microsoft Team node does not provide an option to access folders.
Here are some more docs how to leverage API to access files hosted by Microsoft services: