Failed to load resource: net::ERR_FAILE

my code is this
$.ajax({
type: ‘Get’,
url: ‘https://kf.kobotoolbox.org/assets/a7GG9SXYtLTCS4FLm4mjjP/submissions/?
format=json’,
dataType : ‘jsonp’,
success: function(data) {
console.log(data);
},
error: function(data) {
console.log(“error”);
}
});

when i enter the url on web browser i got the data
but i can not access with ajax