79146704

Date: 2024-11-01 01:27:58
Score: 2
Natty:
Report link

In case you still need it (and use Sharepoint from Azure)

If you're using Azure instance, You can configure an App in a Sharepoint Site, with Permission to read and write files or lists. Here's some resources on how to connect to the REST API. (Thank you Vikram Samal!). It is a very easy-to-understand guide.

part 1: https://vikramsamal.medium.com/how-to-test-sharepoint-office-365-online-rest-api-crud-operation-using-postman-client-1895b871603b part 2: https://vikramsamal.medium.com/how-to-connect-and-test-sharepoint-office-365-online-rest-api-crud-operation-using-postman-client-6de83d502c41

With that configured, you can design two transformations, one to get the token, other to upload a file using the token. Example: Basic design of Job to Upload CSV File to Sharepoint

1 - Get Access Token

2 - Upload File Sharepoint

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): medium.com
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: saint