I am new to Meteor.js and want my web application to work with the Dropbox Core API. I can't get around the API call using the HTTP package in Meteor.js
How can I call Meteor, which is similar to calling Curl below:
curl https://api.dropbox.com/1/account/info -H "Authorization: Bearer <access token>"
I want to get a list of files in a directory, but at the moment I'm tied to Authentical Token.
source share