Page 1 of 1

Sending files to Sharepoint

Posted: Thu Sep 19, 2024 1:11 pm
by magnussandstrom
Have anyone built a flow that send files from Switch to Microsoft Sharepoint?

Re: Sending files to Sharepoint

Posted: Thu Sep 19, 2024 9:57 pm
by JimmyHartington
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

Re: Sending files to Sharepoint

Posted: Fri Sep 20, 2024 1:14 pm
by magnussandstrom
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..

Re: Sending files to Sharepoint

Posted: Mon Sep 23, 2024 8:02 am
by JimmyHartington
Lets hope some sees an opportunity for an app.