Python Get Files from SharePoint and Load to Azure Storage

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 21

  • @87fsvilla
    @87fsvilla ปีที่แล้ว +1

    Great video. Liked and subscribed 👍🏾

  • @pythondeveloper4105
    @pythondeveloper4105 2 ปีที่แล้ว +1

    Awesome video !! Great Learning :)

  • @GeeKBio
    @GeeKBio ปีที่แล้ว +1

    Excelent!!!

  • @rohitkulkarni9038
    @rohitkulkarni9038 2 ปีที่แล้ว +1

    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)

  • @ms.joan09
    @ms.joan09 2 ปีที่แล้ว +1

    1st🔔🔔

  • @vizbal
    @vizbal 2 ปีที่แล้ว +1

    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 ปีที่แล้ว +1

    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 th-cam.com/video/R_AoXJUgNM4/w-d-xo.html

  • @user-fu3hk5ue9x
    @user-fu3hk5ue9x 2 ปีที่แล้ว +1

    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.

  • @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

  • @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

  • @oleksandranufriyev4209
    @oleksandranufriyev4209 ปีที่แล้ว +1

    Thx!