Sharefile API for NodeJS. Basic read/download functionality is implemented at the moment, more to come...
To run tests, copy the folder /test-data/secrets.sample to /test-data/secrets and fill the API data in auth.ts.
You will also need to upload the following 3 files to your sharefile account, inside the '/Personal Folders/LibTest' folder:
- ./tests/files/LargeFile.xlsx to /Personal Folders/LibTest/LargeFile.xlsx
- ./tests/files/EmptyFile.txt to /Personal Folders/LibTest/EmptyFile.txt
- ./tests/files/SmallFile.txt to /Personal Folders/LibTest/SmallFile.txt
This is a project I can only work on in my spare time so any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the GPL-3.0 License.
Alberto Wagner - alberto@precisao-i.com Original Project Link: https://github.com/alberto-i/qi-sharefile-node-api
Original developer: Justin Rowland - jcrowland7@gmail.com Original Project Link: https://github.com/jc-rowland/sharefile-node-api