0
嘿,我正在使用Phonegap'FileTransfer。我得到了401代碼3錯誤(未授權)的httprequest。FileTransfer在Phonegap代碼401
我實現FT方法:
var ft = new FileTransfer();
ft.download(startUrl + filename, dlPath, function(e){
console.log("Successful download of "+e.fullPath);
renderPicture(e.fullPath);
}, onError);
請求/響應:
07-24 08:58:12.750: D/CordovaLog(3744): {"target":"file:///mnt/sdcard/dk.test.html5Generic/","source":"http://mobilitycms.test.dk:9090/content/picture/menu/showroom","http_status":401,"code":3}
如果你需要測試你需要刪除的路徑:9090我有上由於IM在內部網絡上。
任何幫助,將不勝感激得到這個錯誤毀:-P