Skip to main content

I am trying to upload files to Sharepoint and i am using HTTP caller. I am Struggling to use the correct URL as i believe REST API is required would any one have any insights or examples that could help me? Thank you

Hi @neiltarpey

 

 

Do you have a link to the sharepoint api documentation that you're following? It would be useful to see that, and examples of what you're currently putting into the HTTPCaller and the response that you're getting.

 


Hi @neiltarpey

 

 

Do you have a link to the sharepoint api documentation that you're following? It would be useful to see that, and examples of what you're currently putting into the HTTPCaller and the response that you're getting.

 

Hi @jlutherthomas,

 

The Documentation i was following was

 

 

https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/determine-sharepoint-rest-service-endpoint-uris

 

 

i'm not really sure what to slots into which part of the URL in the document

 

the area within my sharepoint im am trying to upload to is

 

 

https://"companyname".sharepoint.com/sites/Workspace/Departments/IT/Team%20Documents/Forms/AllItems.aspx?id=%2Fsites%2FWorkspace%2FDepartments%2FIT%2FTeam%20Documents%2FBI

 

Have you any idea? i am a bit lost here.

 

 

Thanks,

 

Neil.

 

 

 


Hi @neiltarpey You could try the work-around posted by @revesz at https://knowledge.safe.com/questions/3699/microsoft-sharepoint.html


Reply