dropbox-sdk-js icon indicating copy to clipboard operation
dropbox-sdk-js copied to clipboard

Dropbox.min.js acces error with Cordova Windows 10 app

Open hooliapps opened this issue 4 years ago • 1 comments

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:

hooliapps avatar Mar 21 '21 17:03 hooliapps

Thanks for the report! This is likely due to some Windows browser compatibility issues. We'll look into it.

greg-db avatar Mar 22 '21 18:03 greg-db