Skip to content

matt-lindsay/box-document-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Box Document Uploader

Remeber to add a 'docs' and 'logs' folder at the root of your project, and a 'contentLog.csv' inside you logs folder.

Place the documents you want to upload into your Box account in the docs folder.

Algorithm

  1. Read documents into a list.
  2. Create a folder for each file, get the ID of that folder and pass to the next process.
  3. Create a sub folder called ORIGINAL, get the ID of that folder and pass to the next process.
  4. Upload the document into the ORIGINAL folder.

Environment Variables

  • clientID
  • clientSecret
  • token (at time of writing this only lasts 1 hour)

Roadmap

  1. Persistent authentication

!!! Box API only takes 10 requests per second, this overloads the Box API after more than 10 documents are processed. Will re-evaluate at a later date.

About

A tool to upload a batch of documents / files into Box.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors