easyenvi.sharepoint.download

Download a file from SharePoint

Parameters

  • input_path : str Sharepoint path to the file to be downloaded

  • output_path : str Local path to store the downloaded file

Examples

envi.sharepoint.download(input_path="/Documents partages/folder/my_file.csv",
                         output_path="my_file.csv")

Last updated