我试图在我的 phonegap 应用程序中添加 Dropbox 支持,但我无法进行身份验证。(通过 dropbox-js/ https://github.com/dropbox/dropbox-js)
我用:
client.authDriver(new Dropbox.Drivers.Cordova({rememberUser:true}));
该应用程序打开登录/确认对话框/确定,但在最后一步锁定
在浏览器中可以正常工作:
client.authDriver(new Dropbox.Drivers.Redirect({rememberUser:true}));
有没有使用 adobe phonegap build 编译的解决方案?