MS Sharepoint: Upload files using Restapi: Difference between revisions

From Wiki
(Created page with "Follow an article to upload files to sharepoint. = Procedure = 1) MS Sharepoint: Create a site, 2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi 3) Download my python script to do this: <nowiki>https://github.com/ebasso/sterling-b2b-samples/blob/master/business-process/sharepoint-samples/sharepoint-client.py</nowiki> Replace the values and run = Ver também = *Pesquisa LDAP com o ldapsearch *[[Windows: Rotação de Log - Log Rotation]...")
 
No edit summary
 
Line 14: Line 14:
Replace the values and run
Replace the values and run


[[File:Upload-files-sharepoint.png]]





Latest revision as of 17:59, 7 July 2025

Follow an article to upload files to sharepoint.

Procedure

1) MS Sharepoint: Create a site,

2) MS Sharepoint: Setup Permissions on MS EntraID for Restapi

3) Download my python script to do this:

https://github.com/ebasso/sterling-b2b-samples/blob/master/business-process/sharepoint-samples/sharepoint-client.py


Replace the values and run



Ver também