easyenvi
  • Easy Environment
  • Local Environment
    • Local initialisation
    • Local Operations
      • easyenvi.local.load
      • easyenvi.local.save
      • easyenvi.local.clear_folder
  • Google Cloud Environment
    • Google Cloud initialisation
    • Google Cloud Storage Operations
      • easyenvi.gcloud.GCS.load
      • easyenvi.gcloud.GCS.save
      • easyenvi.gcloud.GCS.download
      • easyenvi.gcloud.GCS.list_files
    • Big Query Operations
      • easyenvi.gcloud.BQ.load
      • easyenvi.gcloud.BQ.write
      • easyenvi.gcloud.BQ.append
      • easyenvi.gcloud.BQ.query
  • SharePoint Environment
    • SharePoint initialisation
    • SharePoint Operations
      • easyenvi.sharepoint.download
      • easyenvi.sharepoint.upload
      • easyenvi.sharepoint.list_files
      • easyenvi.sharepoint.delete_file
  • extra
    • Customise supported formats
Powered by GitBook
On this page
  1. SharePoint Environment
  2. SharePoint Operations

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")
PreviousSharePoint OperationsNexteasyenvi.sharepoint.upload

Last updated 1 year ago