Export to Microsoft OneDrive
Category: ERP
Version: 1.0
Last updated: May 28, 2026
Author: Any2Info
Description
The Export To Microsoft OneDrive node allows you to upload files from your data flow to Microsoft OneDrive. It uses Microsoft Graph APIs to securely store files in your OneDrive environment.
Microsoft OneDrive is a cloud-based storage service that is part of Microsoft 365, allowing users to store, share, and manage files online. The Microsoft Graph API provides a unified endpoint to interact with Microsoft services, including OneDrive, enabling secure and standardized access to files and folders. By using Microsoft Graph, this node ensures reliable authentication and permission handling.
The node uploads files to Microsoft OneDrive based on the selected input type. The process works as follows:
Select a valid Connection to Microsoft OneDrive
Choose the destination Folder using the folder browser
Select the Input type (File or Base64)
Configure the required columns based on the selected input type
The node uploads the file(s) to the selected OneDrive folder
Configuration Options
Connection
Yes
Select a Microsoft Office 365 connection or an OAuth2 connection (Microsoft Graph).
Folder
Yes
Opens a folder browser dialog to select the destination folder in OneDrive.
Input type
Yes
Defines how the file is provided: File or Base64.
File(s) column
Yes (File)
The column that contains the file(s) to upload.
Base64 column
Yes (Base64)
The column that contains the Base64-encoded file content.
Filename column
Yes (Base64)
The column that contains the file name.
Input Type
The Input type determines how the file content is provided to the node.
File
Use this option when working with a column of type File.
The file column already contains:
The file name
The file content
No additional configuration is required besides selecting the file column
Base64
Use this option when the file content is provided as Base64-encoded data.
The Base64 column only contains the file content
A separate Filename column is required because Base64 does not include a file name
Tips & Best Practices
The connection must have sufficient permissions to write files to OneDrive
Ensure filenames are valid and unique to avoid conflicts
Use File input when possible for simpler configuration
Large files may take longer to upload depending on network conditions
Changelog
1.0
May 28, 2026
Initial documentation version added.
Last updated
Was this helpful?