easyenvi.sharepoint.upload

Upload a file into SharePoint

Parameters

  • input_path : str Local path to the file to be uploaded

  • output_path : str SharePoint path to store the uploaded file

Examples

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

Last updated