passport-dropbox-oauth2
passport-dropbox-oauth2 copied to clipboard
Passport strategy for authenticating with Dropbox using the OAuth 2.0 API
I am using Krakenjs >1.0 router.get('/dropbox/callback', passport.authenticate('dropbox', { failureRedirect: '/auth' }), function(req, res) { res.redirect('/home'); }); Even though the authentication is successful, and I am able to load the profile...
v1 of the api expires on 6/28 and should no longer be the default.
Fail to fetch user profile error occurs at https://github.com/florianheinemann/passport-dropbox-oauth2/blob/master/lib/passport-dropbox-oauth2/strategy.js#L120-L121. The error occurs because the Dropbox Business API key does not have the permission to get an individual user's profile. A...
Comma separated scopes give a 400 error. According to their documentation: "Multiple scopes are separated by a space." https://www.dropbox.com/developers/documentation/http/documentation