Skip to content

A simple python 3 script to upload large files to Box.com using the box sdk for python.

License

Notifications You must be signed in to change notification settings

asenmwa/box-python-sdk-large-file-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

box-python-sdk-large-file-upload

A simple python 3 script to upload large files to Box.com using the box sdk for python.

installing the sdk

pip install boxsdk

install jwt

pip install "boxsdk[jwt]"

obtaining the configuration file from box developers

  1. create an app on https://app.box.com/developers/console
  2. add or generate a public/provate key pair
  3. download the json from the app settings section

edit upload.py

edit this file to suite your requirements, ensuring the user id and folder id is correct.

execute upload.py

pyhton3 upload.py

Read more on Box developers https://developer.box.com/

About

A simple python 3 script to upload large files to Box.com using the box sdk for python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages