0

I need to upload a document to a SharePoint document library (can be via Rest Api/other) using C#.net & also retrieve the unique id/location of the document currently uploaded.

Dev
  • 410
  • 5
  • 23

1 Answers1

0

answered here you can get the information of the uploaded file after myLibrary.Update()

Community
  • 1
  • 1
Flowlicious
  • 116
  • 1
  • 15
  • Great help! I would prefer "Upload using Object Model" from the reference pointed above, but my major concern is to get the document id of the document uploaded currently & how will my application authenticate using the same method? Also can you pls share your mail id in order to connect with you.? – Dev Jun 10 '15 at 09:54