A simple python 3 script to upload large files to Box.com using the box sdk for python.
pip install boxsdk
pip install "boxsdk[jwt]"
- create an app on https://app.box.com/developers/console
- add or generate a public/provate key pair
- download the json from the app settings section
edit this file to suite your requirements, ensuring the user id and folder id is correct.
pyhton3 upload.py
Read more on Box developers https://developer.box.com/