Python

Uploading files to SharePoint with Python

So recently I had a project. The project was to get files that were uploaded to an SFTP server into a SharePoint document library. The SFTP server was Linux based, this made things interesting. As Microsoft doesn't really supply an API for Linux Python, in particular. This means that you need to use the Sharepoint REST API. The...

Read more