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 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
@@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 !!
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.
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)
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
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.
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?
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
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.
thank you so much for this solution, this problem make me mad for a month 🤟🤟🤟
I like to watch these videos just for the background music vibe
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
I'm doing some testing and will have a video over connecting with app only
@@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
hi lu, im having a problem with MFA, the email and password isnt suficient
Da best! Thx man
Thanks!
really appreciate your content. learning a lot. Could you also upload a video on how to push lists to sharepoint using office 365
Do you want to create a new list in sharepoint?
@@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 !!
hi lu! Would you guide me how to install your packages in Conda?
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.
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)
great content sir! can you please do videos onedrive also
Will do!
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
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.
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?
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
Glad you were able to get it solved. Thanks for watch and showing support!
Please upload a video using client id and client credentials.
Hi Lu i want to get file by specific version. get all version, and current version. please make video on this . * Important
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.
why don't you make a video on top() and skip parameter
Hi Lu i want to get file by specific version in sharepoint. get all version, and current version. please make video on this . * Important