Upload File to Sharepoint online

Not applicable

I have requirement where client app will call APIGEE Api and pass below information and in API we need to connect SharePoint online and create Folder and upload / save file( we will get Base64 sting of Byte array on file)

Client will pass below information as JSON:

File Name

Base64 string (file data)

Folder Name

I am able to pass above information to APIGEE API, But now i do not how to connect with SharePoint online and create folder and save file there.

Please if someone suggest any code or steps that will be great

0 1 263
1 REPLY 1

Your task is to research the Sharepoint API and figure out how to interact with it.

This might be obvious, but may I suggest that you Google "sharepoint API" . I think the Apigee Edge forums are probably not a good source for that sort of guidance.

Good luck!