Sending files to Sharepoint
- magnussandstrom
- Advanced member
- Posts: 514
- Joined: Thu Jul 30, 2020 6:34 pm
- Location: Sweden
- Contact:
Sending files to Sharepoint
Have anyone built a flow that send files from Switch to Microsoft Sharepoint?
- JimmyHartington
- Advanced member
- Posts: 475
- Joined: Tue Mar 22, 2011 7:38 am
Re: Sending files to Sharepoint
I briefly looked into trying to find a way to monitor a folder with files in Sharepoint. But did not find a good solution other than syncing the folder to onedrive.
But then the server needed onedrive installed and logged in with the user with access to this folder.
Was not a good solution.
And it was the other way around.
I imagine the must be some kind of way to send files with an api from Microsoft perhaps.
https://learn.microsoft.com/en-us/share ... -with-rest
But then the server needed onedrive installed and logged in with the user with access to this folder.
Was not a good solution.
And it was the other way around.
I imagine the must be some kind of way to send files with an api from Microsoft perhaps.
https://learn.microsoft.com/en-us/share ... -with-rest
- magnussandstrom
- Advanced member
- Posts: 514
- Joined: Thu Jul 30, 2020 6:34 pm
- Location: Sweden
- Contact:
Re: Sending files to Sharepoint
Yes, the flow I'm currently building is set up as follows:
1. Uploading the file to Azure Blob Storage using the Switch Azure Upload app.
2. Sending a JSON payload via the HTTP request app to trigger a Microsoft LogicApp flow.
3. The LogicApp flow downloads the file from Azure Blob and uploads it to SharePoint using variables from the JSON.
It would be great to have a Microsoft SharePoint Switch-app. I have sent a request to Switch AppMatch..
1. Uploading the file to Azure Blob Storage using the Switch Azure Upload app.
2. Sending a JSON payload via the HTTP request app to trigger a Microsoft LogicApp flow.
3. The LogicApp flow downloads the file from Azure Blob and uploads it to SharePoint using variables from the JSON.
It would be great to have a Microsoft SharePoint Switch-app. I have sent a request to Switch AppMatch..
Last edited by magnussandstrom on Mon Sep 23, 2024 3:00 pm, edited 2 times in total.
- JimmyHartington
- Advanced member
- Posts: 475
- Joined: Tue Mar 22, 2011 7:38 am
Re: Sending files to Sharepoint
Lets hope some sees an opportunity for an app.