MS OneDrive Module Steps
  • 26 Oct 2021
  • 1 Minute to read
  • Dark
    Light
  This documentation version is deprecated, please click here for the latest version.

MS OneDrive Module Steps

  • Dark
    Light

Article summary

Overview

The Microsoft OneDrive module allows users to manage files and folders on OneDrive with pre-built Flow steps.

To learn more about the OneDrive API, visit  https://docs.microsoft.com/en-us/graph/onedrive-concept-overview


Prerequisites:

OneDrive Steps

The MS OneDrive steps can be found in the Toolbox panel under INTEGRATION > MS ONEDRIVE.

Create Folder Step

The Create Folder step allows a user to create a folder on OneDrive.

Input ParameterDescription
New Folder NameFolder name 
Parent Folder IdId of the Folder the new folder will be under


Delete Resource Step

The Delete Resource step allows a user to remove a resource from OneDrive.

Input ParameterDescription
File Or Folder IdId of the file or folder 


Create Sharing Link

The Create Sharing Link step allows users to create a link on file or folder for OneDrive.

Input ParameterDescription
File Or Folder IdId of the file or folder
Scope of LinkDefines the scope of link to either anonymous or organization
Type Of LinkDefines the type of link that user will interact with (View, Edit, Embed)



Delete Resource Permission

The Delete Resource Permission step allows a user to delete the specified permission on the file or folder.

Input ParameterDescription
File Or Folder IdId of the file or folder
Permission IdId of permission on file of folder



Does Resource Exist

The Does Resource Exist step will search OneDrive to determine if the specified file or folder exists.

Input ParameterDescription
File Or Folder IdId of the file or folder



Download File

The Download File step allows a user to download a file from OneDrive to a full local file path.

Input ParameterDescription
File IdId of the file
Local File PathFile storage location



Get File List

The Get File List step allows a user to get a list of files from a OneDrive folder.

Input ParameterDescription
Parent Folder IdId of the Folder the new folder will be under



Get Folder List

The Get Folder List step allows a user to get a list of folders from OneDrive.

Input ParametersDescription
Parent Folder IdId of the Folder the new folder will be under


Get Resource Permission

The Get Resource Permission will return the permission parameters of a resource in OneDrive.

Input ParameterDescription
File or Folder IdId of the file or folder



Upload File

The Upload File step allows a user to upload a specified file from a local file path to a OneDrive folder.

Input ParameterDescription
Local File PathFile storage location
Parent Folder IdId of the Folder the new folder will be under






Was this article helpful?