Microsoft OneDrive Integration

Provides Smart Services and Functions allow integration with Microsoft OneDrive Cloud solution via RESTful API requests.  A Microsoft OneDrive account and credentials are required for set up in Appian Secure Credentials Store.  

Smart Services included:

  • Create Folder in OneDrive
  • Upload Document to OneDrive
  • Download File from OneDrive
  • Delete File in OneDrive
  • Delete Folder in OneDrive

Functions are included:

  • getOneDriveRefreshToken() - Retrieves Microsoft OneDrive refresh token which is needed to authenticate and authorize RESTful API calls
  • getOneDriveSharedLink() - Retrieves a Microsoft OneDrive document shared link to an existing file
Anonymous