Python Get Files from SharePoint and Load to Azure Storage

preview_player
Показать описание
In this video we will review how to download files from SharePoint using Python and upload files to Azure Storage blob.

If you like to donate to channel, you can use link below.

Рекомендации по теме
Комментарии
Автор

SharePoint().download_file(file_name, folder_name) function is not working in my notebook. I am getting error :
'SharePoint' object has no attribute 'download_file'

Please advise Lu

rohitkulkarni
Автор

Can you pls share how to connect to a internal SharePoint, anything other than office365 ?

neelimaapl
Автор

Hi Lu would you happen to know how l can use a SAS key instead?

fuhkuex
Автор

Great, is it posible to use only client id and Secret Key? I have only these to access to sharepoint

vizbal
Автор

I am not able to connect SharePoint, getting error
"Error authenticating against office365, Error from Office 365"
Checked username and password are correct..
Note: I am using organization SharePoint...
Please help me on that

bikashhalder
Автор

Hi lu files are not uploading into Blob Storage but there are no errors after script execution, can you help me out like what is the reason for this

srinivasnara