*Objective*: Access a folder (from file Cabinet) f...
# general
d
Objective: Access a folder (from file Cabinet) from outside of NetSuite Scenario: We have an external app and through MS PowerAutomate, we want to place csv files in a specific folder that should be accessible outside of NetSuite but withing File Cabinet. SuiteAnswers explain only on how to make files publicly accessible and nothing regarding regarding Folders. Any suggestion or help from experts !
m
Hi. It's easily implement it by using sftp server as middleware.
d
what if we dont have sftp server and client wants to use onedrive or sharepoint ?
m
Of course, we can establish connection between NetSuite and OneDrive or SharePoint by SuiteScript.
But, it's easy to use sftp due to SuiteScript has sftp library.
d
I completely agree with you Manuel ! Transferring file via http (base64), this can easily become a nightmare.
m
Yeah!
It's better solution