Hello-
Need some advice on the best possible approach to make a servlet POST call from a servlet browser.
Our Objective : From Appian user servlet browser, upload large files using graph API to sharepoint using chunking. This solution works perfectly fine on standalone eclipse but getting hiccups on Appian cloud.
We cannot do this using traditional route as sharepoint API has a limitation of 250MB, our files are 1gb & beyond.
couple of approaches i tried :
Discussion posts and replies are publicly visible
It seems like there are a few AppMarket solutions that may help with your use case. For example - SharePoint Multipart Upload Component
If you're still getting a CSRF issue, and your environment is behind a VPN, then it's possible that there is a network egress route that needs to be added to your networking setup.
Thank you Jesse, let me look into this plugin.