dropbox / dropbox/dropbox-sdk-js

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

Open
#592 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
JavaScript
Stars
970
Forks
353
Avg merge
9h 3m
Merged PRs (30d)
2

Description

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:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.