Use Dropbox in a Meteor application

Hello everyone

I would like to use “Dropbox” to manage files in the cloud (create, delete, list, etc.) with a Meteor application.
Has someone already done that, and if so, could tell me which SDK to use and how to install it.

A small example is welcome …

Thank you for your answers.
YC

Hi @yvancoyaud, you can check this package Meteor-Files.

They even have some demo app.

I’ve used the dropbox npm package directly.

Here you can find the sdk:
https://dropbox.github.io/dropbox-sdk-js/Dropbox.html