Python Download All Files with Subfolders from SharePoint Using Office365 Rest Package Part 7

Поділитися
Вставка
  • Опубліковано 10 лют 2025

КОМЕНТАРІ • 26

  • @hieuduc2187
    @hieuduc2187 Рік тому

    thank you so much for this solution, this problem make me mad for a month 🤟🤟🤟

  • @jackmurak
    @jackmurak 9 місяців тому

    I like to watch these videos just for the background music vibe

  • @xarruss1
    @xarruss1 Рік тому +3

    This is content UA-cam needs more of. Great content and hoping to see more! Currently need to apply this to a private sharepoint site with MFA turned on. Would you know how to do this using an App-Only Authentication rather than User Credential approach

    • @codingwithlu
      @codingwithlu  Рік тому

      I'm doing some testing and will have a video over connecting with app only

    • @ianSanches21
      @ianSanches21 9 місяців тому

      @@codingwithlu Did you make this video? I'm having problems with this authentication method, as it must now be done by Azure Ad, when I generate the token using the microsof url it says "Unsupported app only token."
      Doing it through the 403 library for the url

  • @xsoru5074
    @xsoru5074 Місяць тому

    hi lu, im having a problem with MFA, the email and password isnt suficient

  • @herman4975
    @herman4975 2 роки тому +1

    Da best! Thx man

  • @Ss-rn4wn
    @Ss-rn4wn Рік тому +1

    really appreciate your content. learning a lot. Could you also upload a video on how to push lists to sharepoint using office 365

    • @codingwithlu
      @codingwithlu  Рік тому

      Do you want to create a new list in sharepoint?

    • @Ss-rn4wn
      @Ss-rn4wn Рік тому

      @@codingwithlu omgg yessss create a new list and also the other way around where you can append/edit an existing list from an excel file.
      That would be sooo helpful !!

  • @imeenecesito2035
    @imeenecesito2035 Рік тому

    hi lu! Would you guide me how to install your packages in Conda?

  • @BryanMendez120
    @BryanMendez120 8 місяців тому

    Hi, is there a way to download a report with a SP Site document inventory without downloading the files? thanks I have been looking for that a Lot but still don't find it.

  • @bjay5241
    @bjay5241 Рік тому

    I have Folders with over 5000 subfolders so i get an error while using get_folder_by_server_relative_url().
    Could you explain, how to bypass this limit? Rly don't find a solution. (and I'm not Admin of this SharePoint)

  • @vijayalakshmi8282
    @vijayalakshmi8282 2 роки тому +1

    great content sir! can you please do videos onedrive also

  • @cubaseproducer
    @cubaseproducer Рік тому +1

    Nice content guy. You won a new subscriber. I have a client with 14Tb of files in SharePoint online in many sites, teams and onedrive. He asked me to migrate the files to Azure cold storage (blob, azure files, datalake or something like that) but preserving metadata of files and permissions (maybe with an Azure SQL Database). We would have to leave a link that points to the migrated destination. Could it be possible to do with python or create an visual app that do that? Many thanks for the content of your channel

    • @codingwithlu
      @codingwithlu  Рік тому +1

      This is a tricky one. Can you use Python to move files from SharePoint to Azure Storage, the answer is yes. You want to capture the metadata (I'm assuming, original location, create date, last modified, etc.) which you can get (mostly, maybe not all metadata) when you iterate over each object from SharePoint. That information can be saved to a database, flat file, etc. The tricky part is the amount of data (files) you will be transferring. You mentioned 14 TB. That is a lot of data to be moving from point A (SharePoint) to point B (Local computer) to point C (Azure Storage). You can move it from point A to point C, but you will need to make sure you have enough memory since the file will be saved to memory. Not sure if Python is the best option here. Maybe Python would be great to capture metadata but as for actual file transfer of this size (14 TB) I believe Azure Pipeline may be able to migrate SharePoint o Azure Storage for you.

  • @simonmillan6524
    @simonmillan6524 2 роки тому

    Hi Luis. Excelent update. I was implementing this in a proyect with Sharepoint, but when i download .xlsx files they are unusable and 1kb in size. Can you help me?

    • @simonmillan6524
      @simonmillan6524 2 роки тому +1

      i just solved it. The problem what the parametrization in the .env file, because a have a primary site and subsites for permissions restrictions.
      TY!!!!!!!! You are great

    • @codingwithlu
      @codingwithlu  2 роки тому

      Glad you were able to get it solved. Thanks for watch and showing support!

  • @_avisekh
    @_avisekh 2 роки тому

    Please upload a video using client id and client credentials.

  • @vaibhavsharan2406
    @vaibhavsharan2406 Рік тому

    Hi Lu i want to get file by specific version. get all version, and current version. please make video on this . * Important

  • @r3ck0n39
    @r3ck0n39 Рік тому

    Hi Everyone, do anyone have idea how can I extract text content of wiki page from sharepoint in this? I am having difficulties while extracting text content from wiki pagewhich looks like a aspx file format.

  • @enggm.alimirzashortclipswh6010

    why don't you make a video on top() and skip parameter

  • @vaibhavsharan2406
    @vaibhavsharan2406 Рік тому

    Hi Lu i want to get file by specific version in sharepoint. get all version, and current version. please make video on this . * Important