Forum Discussion
vkbeemanapalli
7 years agoEmployee
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.
GBekkanti
7 years agoNew Contributor III
Is it feasible to store temporarily 500 files daily and deleting them after processing by using REST to connect to SharePoint?
- dmiller7 years agoFormer Employee
Depends on the size of the files.
No file uploaded to SnapLogic can be more than 100MB.- GBekkanti7 years agoNew Contributor III
Okay…Thank you @dmiller and @vkbeemanapalli