Need advice on how to pull from salesforce to box without file size limitation
So, I am going to make an assumption that you are looking for an ongoing integration that takes Salesforce ‘Files’ and places them into box.
The most Salesforce native way to do this is to use Salesforce Functions and Box’s UPLOADS (CHUNKED) . You will need to use Salesforce’s chatter api to download the file and stream it to Box.
Alternatively you could use a middleware solution that does the same thing.
The lowest tech way would be to use the data loader and scheduled job to download files into a locally synced folder. Help And Training Community
They don’t really come over well organized though.