Skip to content

OneDrive File Downloader

Actions
A custom action to download a file from OneDrive
v1
Latest
Star (0)

Download OneDrive File

This action downloads a file from OneDrive and outputs its file name.

Inputs

azure_client_id

Required The Azure Client ID.

azure_client_secret

Required The Azure Client Secret.

azure_tenant_id

Required The Azure Tenant ID.

onedrive_link

Required The OneDrive shareable link for the file to be downloaded.

Outputs

file_name

The name of the downloaded file.

Example usage

uses: DevOpsVisions/onedrive-downloader-action@v1
with:
  azure_client_id: ${{ secrets.AZURE_CLIENT_ID }}
  azure_client_secret: ${{ secrets.AZURE_CLIENT_SECRET }}
  azure_tenant_id: ${{ secrets.AZURE_TENANT_ID }}
  onedrive_link: ${{ secrets.ONEDRIVE_LINK }}

OneDrive File Downloader is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A custom action to download a file from OneDrive
v1
Latest

OneDrive File Downloader is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.