05-16-2019 10:02 AM
Hi,
Can you please let me know whether we can read/write files from/to sharepoint using File Reader/File Writer snap?
Thanks in Advance!
05-16-2019 10:41 AM
I don’t have access to a SharePoint instance but it looks like they have a REST API, so you likely could use the REST Snaps.
05-16-2019 11:49 AM
Using REST snaps you can definitely connect to SharePoint both write and read files.
what type of Auth mechanism you would be using to connect to sharepoint. If it is using OAuth2 you can achieve this only via REST snaps.
05-20-2019 01:33 AM
Is it feasible to store temporarily 500 files daily and deleting them after processing by using REST to connect to SharePoint?
05-20-2019 08:36 AM
Depends on the size of the files.
No file uploaded to SnapLogic can be more than 100MB.