
SharePoint Multipart Upload Component
by Groundswell Consulting Group (US)
Description
Uploading files as large as 15GB to SharePoint in 100MB chunks using Microsoft Graph API. This component works in conjunction with the SharePoint Direct Upload Connected System to authenticate and create an upload URL and then proceeds to upload the files to SharePoint
Features
This component allows for files as large as 15GB to be uploaded to SharePoint in 100MB chunks using Microsoft Graph API. This component works in conjunction with the SharePoint Direct Upload Connected System to authenticate and create an upload URL and then proceeds to upload the files to SharePoint
Release notes
Enhanced the SharePoint Direct Upload component to capture and return the driveItemId for each uploaded file, enabling seamless integration with Microsoft Graph API for downstream document retrieval and processing.
Version history (7)
3.1.0
Removing client side validation for filePath. All validation will happen server side.
3.0.0
Adding support for overriding default target drive id for uploads Tweaks to parameter descriptions
2.2.1
Updating description for siteid input to better clarify usage
2.2.0
Updated resources to latest version
2.0.0
- File Drag and Drop capability added
- Options to override max files uploaded, max file size, and upload button label
- Supports the DeferCommit flag value set via the Connected System
- Various UX enhancements, including component respects site Accent color
1.0.1
Ability to upload large files up to 15GB (max of 5 files at a time) to SharePoint If any connection interruptions were to occur, the component will keep retrying until network is restored or user refreshes the page.
Updated plugin to make a final call to commit the file on the Appian side
1.0.0
Ability to upload large files up to 15GB (max of 5 files at a time) to SharePoint If any connection interruptions were to occur, the component will keep retrying until network is restored or user refreshes the page