Issue
This Content is from Stack Overflow. Question asked by Lakshmi TS
Is there any java interfaces or libraries to upload files to Share point ?
I have to download files from remote server and upload the downloaded files to Share point location.
Solution
Not sure about any Java libraries but you can always use SharePoint rest API’s to achieve the file upload functionality. This would require to authenticate your API calls. Please check this: https://sharepoint.stackexchange.com/questions/250827/download-and-upload-file-from-share-point-using-java-rest-api-call
This Question was asked in StackOverflow by Lakshmi TS and Answered by Muhammad Murad Haider It is licensed under the terms of CC BY-SA 2.5. - CC BY-SA 3.0. - CC BY-SA 4.0.