SharePoint has a REST API that allows you to do things like list files in a folder, get file content, and move files from one folder to another, so it should be possible to run up something similar to what I did for Google Drive, either as a local PowerShell type script or as something running in the cloud (Azure functions?).
1 Like