- Home
- Resources
- Integrations
- OneDrive
OneDrive Make integrationAutomate OneDrive with Make.
Tired of moving, renaming and sharing OneDrive files by hand? The OneDrive Make integration gives you 14 modules: one trigger that watches your files and folders, plus 12 actions and 1 search that act on them. This guide shows how to link your account and build a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the OneDrive Make integration automate?
The OneDrive Make integration links your OneDrive account to Make so that files and folders get handled without you clicking around. In Make you build a scenario, which is the automation itself: a chain of modules, each module being one brick such as a trigger, an action or a search.
A shared folder that shares itself. Watch Files/Folders spots what lands in a folder, and Get a Share Link turns each new file into a link you can pass to another app. An accounts assistant stops copying links by hand.
Files that arrive from elsewhere. Upload a File by URL pulls a file from a web address straight into OneDrive, and Create a Folder gives each client or project its own home first. Handy for a sales team that collects signed documents.
Tidy storage. Search Files/Folders finds what matches, then Move a File/Folder, Rename a File/Folder or Delete a File/Folder cleans up. Keep in mind that a search can return zero, one or many items.
What Make does not do here: there is no instant trigger, so changes are picked up on the scenario's schedule. With a personal Microsoft account, modules that need the Files.Read.All permission might not behave properly. When uploads fail, the Make troubleshooting guide helps you read the error.
OneDrive often has an n8n node as well; the n8n vs Make comparison lays out the criteria. To learn the editor step by step, the Make training starts from zero.
How do you connect OneDrive to Make?
- 01
Add a OneDrive module
Open your scenario in Make, add any OneDrive module and click Create a Connection. A connection is your OneDrive account linked to Make once, then reused by every OneDrive module you add later.
- 02
Name it and check the options
Type a name in the Connection name field if you want to tell several accounts apart. Only IT teams usually need Show advanced settings, which accepts custom app client credentials, a tenant ID and extra scopes.
- 03
Save and approve access
Click Save. Microsoft may ask you to sign in and confirm that Make can reach your files. Once that is done, the connection shows up in the module and the folder lists become available.
Your first scenario: share every new file automatically
GoalWhen a new file appears in a OneDrive folder you watch, Make creates a share link for it.
- 01
Create the scenario
Go to the Scenarios page, create a new scenario and click the big + to place the first module on the canvas.
- 02
Pick Watch Files/Folders
Search for OneDrive, choose Watch Files/Folders and click Create a connection to link your account, as described above.
- 03
Choose the folder
Fill in the module. No need to know the path by heart: once the connection exists, Make lists the folders it can read, so you just click the one your team drops files into.
- 04
Add Get a Share Link
Click the + on the right of the trigger, add Get a Share Link and map the file coming from the first module, so each file found gets its own link.
- 05
Test with Run once
Drop a file in the folder, then click Run once. Open the bubbles above each module to read the bundles, meaning the items that passed from one module to the next.
- 06
Schedule and switch on
Click the clock on the first module to set how often Make checks (every 15 minutes by default), then switch the scenario on so it keeps working without you.
What starts a OneDrive scenario?
1 module starts a scenario when something happens in OneDrive. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by OneDrive as soon as it happens.
Watch Files/Folders
triggerIn the docs onlyWatch Files/Folders lets a scenario react to what shows up in your OneDrive, so every new file or folder can flow into the next modules without anyone checking the drive.
What can OneDrive modules do in Make?
OneDrive gives you 13 modules in 2 groups. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Files
10 modulesThe Watch Files module was deprecated. Please use Watch Files/Folders, Search Files/Folders, or Get a File modules instead.
Search Files/Folders
SearchIn the docs onlyYou get the files or folders that match what you are looking for, ready to feed the next module. Each match travels on as its own bundle.
Get a File
ActionIn the docs onlyFetches a single, known file so its details are available to the rest of the scenario. It is the precise tool once you already know which file you want.
Download a File
ActionIn the docs onlyBrings the content of a OneDrive file into your scenario so another app can receive the actual document, not just its name.
Upload a File
ActionIn the docs onlyPlaces a file produced by another module into the OneDrive folder you choose, so documents end up stored where your team already looks.
Create a Folder
ActionIn the docs onlyAdds a new folder to OneDrive, which gives each client, project or order a clean place before any file arrives in it.
Get a Share Link
ActionIn the docs onlyProduces a link to a file or folder that you can paste into a message, a CRM record or a task, so people open the document without hunting for it.
Move a File/Folder
ActionIn the docs onlyShifts a file or folder to another place in OneDrive, which keeps a working folder clear once an item has been dealt with.
Rename a File/Folder
ActionIn the docs onlyGives a file or folder a new name built from data in the scenario, such as a client name or an invoice number, so everyone finds it by searching.
Copy a File
ActionIn the docs onlyDuplicates a file while the original stays where it is, which lets you reuse a template or keep a spare version in another folder.
Delete a File/Folder
ActionIn the docs onlyRemoves a file or a whole folder from OneDrive, which frees storage and clears out items your process no longer needs.
Other
3 modulesMake an API Call
ActionIn the docs onlyReaches any endpoint of the OneDrive API with the connection you already set up, covering what the listed modules leave out.
Upload a File by URL
ActionIn the docs onlySaves into OneDrive a file that sits behind a web address, so you do not have to download it before storing it.
Send a Sharing Invitation
ActionIn the docs onlyInvites people to a file or folder, so a partner or new hire gets access from the scenario instead of from a manual request.
Need help automating OneDrive with Make?
A person reads every message.