dropbox-sdk-js
dropbox-sdk-js copied to clipboard
Dropbox.min.js acces error with Cordova Windows 10 app
I have one Cordova Windows 10 app (everything is ok with iOS/Android). App crash when i try to connect to Dropbox
HTML1300: Une navigation s’est produite. authorize HTTP409: CONFLIT avec l’état actuel de la ressource. Nous n’avons pas pu exécuter la requête. GET - https://www.dropbox.com/oauth2/authorize?response_type=token&client_id=oiurir0e3ttgw65&redirect_uri=https://www.dropbox.com/1/oauth2/redirect_receiver CSP14307: Source https://*.dropboxapi.com déjà fournie pour la directive default-src (). CSP14307: Source https://www.dropbox.com déjà fournie pour la directive default-src ().
Code: dbx = new Dropbox.Dropbox({ clientId: dropboxClientId, fetch: null });
dbx.authenticateWithCordova( function(accessToken) { ... }, function(err) { ... } );
My index.html:
Thanks for the report! This is likely due to some Windows browser compatibility issues. We'll look into it.