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
Respond to a Dropbox webhook call and perform a sync
<script type="module">
import dropboxSyncer from 'https://cdn.skypack.dev/dropbox-syncer';
</script>
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