Skip to content Skip to sidebar Skip to footer

Dropbox.js Authentication In Cordova/phonegap

I'm writing an app in Cordova/PhoneGap which tries to fetch a file from Dropbox using Dropbox.js. Cordova version is 3.0.1 and Dropbox.js version is 0.10.0. My Javascript works jus

Solution 1:

dropbox.js 0.10.1 has some fixes for Cordova.

We have just set up a page that you can use as the OAuth 2 redirect URL in embedded WebViews, when file:// doesn't work.

https://www.dropbox.com/1/oauth2/redirect_receiver

Post a Comment for "Dropbox.js Authentication In Cordova/phonegap"