Sending files to Sharepoint

Post Reply
User avatar
magnussandstrom
Advanced member
Posts: 514
Joined: Thu Jul 30, 2020 6:34 pm
Location: Sweden
Contact:

Sending files to Sharepoint

Post by magnussandstrom »

Have anyone built a flow that send files from Switch to Microsoft Sharepoint?
User avatar
JimmyHartington
Advanced member
Posts: 475
Joined: Tue Mar 22, 2011 7:38 am

Re: Sending files to Sharepoint

Post 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
User avatar
magnussandstrom
Advanced member
Posts: 514
Joined: Thu Jul 30, 2020 6:34 pm
Location: Sweden
Contact:

Re: Sending files to Sharepoint

Post 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..
Last edited by magnussandstrom on Mon Sep 23, 2024 3:00 pm, edited 2 times in total.
User avatar
JimmyHartington
Advanced member
Posts: 475
Joined: Tue Mar 22, 2011 7:38 am

Re: Sending files to Sharepoint

Post by JimmyHartington »

Lets hope some sees an opportunity for an app.
Post Reply