dropbox-with-offline-refresh-token
v1.0.24
Published
use can easily use the dropbox api without have to handle all the authentication stuff. all you need is a single offline refresh token.
Readme
simplified client for dropbox api
Project Description
Short Description:
This package is used to handle access tokens and authenticate at the dropbox. All you need is a offline refresh key.
Responsible Persons
- Product Owner: Matthias Raimann
- Development: Matthias Raimann
Development
Prerequisites
- Node.js
Local Setup
- Clone the repository:
git clone <REPO-URL> - Navigate to the project directory:
cd <PROJECT_FOLDER> - Install dependencies:
npm install - Start the development environment:
npm run test
Deployment
Deployment Process
- Create a build:
npm run build_publish
