Table of Contents


Overview

The OneDrive Connector can upload documents created with Print and Excel Export processes into a OneDrive account.

Once the OneDrive Connector is created and validated in the Designer application, it can be attached to a Print Process (further details in the Print Process Designer -> Print Process Generation section) or an Excel Export (further details in the Excel Export Designer -> Generate Excel Export section). This will result in the selected Print or Excel Export process being utilized with the defined settings for uploading the output document to the linked OneDrive account.


You will need to have access to a OneDrive application before utilizing the OneDrive Connector. If you do not have access and need to create a new application, you can follow the guide under the Microsoft Application Registration Portal tab here: here.

You will need to add new Redirect URLs to your OneDrive application in the web application. The URL structure is https://{host-name}/Designer/OneDrive/OneDriveCallback where the {host-name} is your server address.
The URL for a designer application running on the SpreadsheetWEB public cloud (www1) would be https://www1.spreadsheetweb.com/Mutas/OneDive/OneDiveCallback


Properties

The section below will outline the properties for the OneDrive Connector.


Name

The Name is simply a friendly identifier provided to the connector to help you subsequently identify this event.


Client Id

The Client Id is the client id that will be used for authorization of the connector. You can obtain this key from azure portal application registaration page, once you login to your OneDrive account.


Client Secret

The Client Secret will be used for authorization of the connector. You can obtain this key from OneDrive's "Certificates & secrets" page, once you login to your OneDrive account.


Path

The Path determines the folder in the linked OneDrive account where the documents will be uploaded to.


OneDrive Application Authorization

Once an OneDrive Connector is created, it will require authorization before it can be utilized. You will need to click the Authorize button which will take you to the OneDrive application authorization page. When you give authorization to the application, you will be returned to the Designer, and the authorization will be complete.

Please note that, when you edit a previously authorized OneDrive Connector, any changes made to the Client Id or Client Secret will invalidate the connector, and you will need to do the authorization process again.