Submitted originally by: cgalea11
Hi All, Does anyone know how to save a file to SharePoint from Domino? Appreciate any help anyone can provide. 🙂
Charles
Submitted originally by: cgalea11
Hi All, Does anyone know how to save a file to SharePoint from Domino? Appreciate any help anyone can provide. 🙂
Charles
Comments
3 comments
Hi Charles,
Looks like the best option may be to curl your files over to sharepoint. I found the following...
You can upload files using curl directly into Sharepoint via it’s HTTP PUT interface:
curl --ntlm --user username:password --upload-file myfile.xls https://sharepointserver.com/sites/mysite/myfile.xls
This will of course rely on there being connectivity between your domino deployment and the sharepoint server.
Hope that helps.
Submitted by: dan.stern
@cgalea11 Apparently there is also a shareplum package that lets you upload files to sharepoint via python, though I haven't tried it myself:
https://docs.microsoft.com/en-us/answers/questions/142065/ways-to-accessupload-documents-to-sharepoint-sites.html
Submitted by: katie.shakman
There's this package which allows for connecting between R and Sharepoint/OneDrive, https://cran.r-project.org/web/packages/Microsoft365R/. Depends on your Domino deployment as mentioned and may also require admin approval to authenticate with Microsoft.
Submitted by: polly.vondollen
Please sign in to leave a comment.