Skip to main content
Solved

Sharepoint on premise - how to upload files?

  • October 5, 2023
  • 2 replies
  • 347 views

lazarlubomir
Contributor
Forum|alt.badge.img+10

Helllo everyone, I´m quite struggling about loading files to MS Sharepoint on-premise. I´ve found some tutorials, but just for Sharepoint Online. Any ideas please?

Lubo

Best answer by hkingsbury

Having a quick look at the sharepoint documentation (i'm no sharepoint expert) it appears they both use the same API, so you should be able to substitute the first part of the url with your internal sharepoint address

 

https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • October 5, 2023

Having a quick look at the sharepoint documentation (i'm no sharepoint expert) it appears they both use the same API, so you should be able to substitute the first part of the url with your internal sharepoint address

 

https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom


lazarlubomir
Contributor
Forum|alt.badge.img+10
  • Author
  • Contributor
  • October 9, 2023

Having a quick look at the sharepoint documentation (i'm no sharepoint expert) it appears they both use the same API, so you should be able to substitute the first part of the url with your internal sharepoint address

 

https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-to-know-the-sharepoint-rest-service?tabs=csom

Thank You so much @hkingsbury​ , thats exactly what Im looking for!