Тёмный

Python Get Files from SharePoint and Load to Azure Storage 

I am Lu
Подписаться 4,1 тыс.
Просмотров 7 тыс.
50% 1

In this video we will review how to download files from SharePoint using Python and upload files to Azure Storage blob.
GitHub Repos: github.com/iam...
If you like to donate to channel, you can use link below.
www.paypal.com...
Sponsor is goSHAREiT. You can visit there website at goshareit.io

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@87fsvilla
@87fsvilla Год назад
Great video. Liked and subscribed 👍🏾
@codingwithlu
@codingwithlu Год назад
Thanks for the sub!
@pythondeveloper4105
@pythondeveloper4105 2 года назад
Awesome video !! Great Learning :)
@codingwithlu
@codingwithlu 2 года назад
Glad you like it!
@GeeKBio
@GeeKBio Год назад
Excelent!!!
@rohitkulkarni9038
@rohitkulkarni9038 2 года назад
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
@codingwithlu
@codingwithlu 2 года назад
I'm not sure why, but I have had some issues running some of my code with notebook. Try assigning the class SharePoint() first and then call the download function. Try something like this. x = SharePoint() x.download_file(file_name, folder_name)
@vizbal
@vizbal 2 года назад
Great, is it posible to use only client id and Secret Key? I have only these to access to sharepoint
@codingwithlu
@codingwithlu 2 года назад
I'm currently doing some testing. It is taking a bit longer then expected due to some errors that I been receiving in my testing, but once it is successfully, I will make a video on using client id and secret key.
@vizbal
@vizbal 2 года назад
@@codingwithlu Thank you.
@neelimaapl6452
@neelimaapl6452 Год назад
Can you pls share how to connect to a internal SharePoint, anything other than office365 ?
@codingwithlu
@codingwithlu Год назад
Check out this video. I do review connecting to on-premise SharePoint ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-R_AoXJUgNM4.html
@user-fu3hk5ue9x
@user-fu3hk5ue9x 2 года назад
Hi Lu would you happen to know how l can use a SAS key instead?
@codingwithlu
@codingwithlu 2 года назад
Sure, I will make a video over using a SAS key. I have added request to my video to make list.
@oleksandranufriyev4209
@oleksandranufriyev4209 Год назад
Thx!
@codingwithlu
@codingwithlu Год назад
No problem!
@ms.joan09
@ms.joan09 2 года назад
1st🔔🔔
@srinivasnara7709
@srinivasnara7709 2 года назад
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
@rangarajann1781
@rangarajann1781 2 года назад
Dis you found any solution?
@bikashhalder3874
@bikashhalder3874 2 года назад
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
@hadeekatujzahra2890
@hadeekatujzahra2890 Год назад
same problem with you using organization SharePoint, I think it's happening because of MFA
Далее
Setting Up AWS Transfer SFTP - Step by Step
42:25
Просмотров 11 тыс.
Parse XML Files with Python - Basics in 10 Minutes
10:07