Skip to content

Sharepoint

Sharepoint - List Files

Connect to SharePoint and list files.

Parameters

  • driveName: The sharepoint site or drive name

  • path: The sharepoint path to start from (optional)

  • tenantName: Sharepoint tennant name (the subdomain of the url)

  • tenantId: Sharepoint tennant ID

  • siteName: Sharepoint site name

  • clientId: Sharepoint client ID

  • clientSecret: Sharepoint client secret


Sharepoint - Download

Connect to SharePoint and download files.

Parameters

  • name: The file name

  • url: the file url

  • driveName: The sharepoint site or drive name

  • tenantName: Sharepoint tennant name (the subdomain of the url)

  • tenantId: Sharepoint tennant ID

  • siteName: Sharepoint site name

  • clientId: Sharepoint client ID

  • clientSecret: Sharepoint client secret


Sharepoint - Upload

Connect to SharePoint and upload files.

Parameters

  • name: The file name

  • driveName: The sharepoint site or drive name

  • path: The sharepoint path to start from (optional)

  • tenantName: Sharepoint tennant name (the subdomain of the url)

  • tenantId: Sharepoint tennant ID

  • siteName: Sharepoint site name

  • clientId: Sharepoint client ID

  • clientSecret: Sharepoint client secret