dropbox-syncer

Respond to a Dropbox webhook call and perform a sync

Usage no npm install needed!

<script type="module">
  import dropboxSyncer from 'https://cdn.skypack.dev/dropbox-syncer';
</script>

README

Dropbox Sync

DROPBOX_APP_ID=xxx DROPBOX_ACCESS_TOKEN=xxx DROPBOX_SECRET=xxx DROPBOX_REMOTE_FOLDER_PATH=/www/ DROPBOX_LOCAL_FOLDER_PATH="`pwd`/www" DROPBOX_SYNC_STATE_FOLDER_PATH="`pwd`/state" node bin/server.js