[ 
https://issues.apache.org/jira/browse/CB-11669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vladimir Kotikov updated CB-11669:
----------------------------------
    Labels: android filetransfer ionic triaged  (was: android filetransfer 
ionic)

> $cordovaFileTransfer.download returns "null" always
> ---------------------------------------------------
>
>                 Key: CB-11669
>                 URL: https://issues.apache.org/jira/browse/CB-11669
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Plugin File Transfer
>         Environment: ionic
>            Reporter: joanebrown
>              Labels: android, filetransfer, ionic, triaged
>
> When I use the next code I always get this error:
> ---
> *ERROR:*
> {noformat}
> {"code":null,"source":null,"target":null,"http_status":null,"body":null,"exception":null}
> {noformat}
> *CODE:*
> {noformat}
>          var url = "http://foo.bar/img/image.png";;
>          var filename = url.split("/").pop();
>          var targetPath = cordova.file.externalRootDirectory + 'Pictures/' + 
> filename;
>          console.log(filename); // returns "image.png"
>          console.log(targetPath); // returns 
> "file:///storage/emulated/0/Pictures/image.png"
>             $cordovaFileTransfer.download(url, targetPath, {}, 
> true).then(function (result) {
>                   console.log(JSON.stringify(result));
>                   $scope.hasil = 'Save file on '+targetPath+' success!';
>                   $scope.mywallpaper=targetPath;
>             }, function (error) {
> /* return 
> {"code":null,"source":null,"target":null,"http_status":null,"body":null,"exception":null}*/
>                   console.log(JSON.stringify(error));
>                   $scope.hasil = 'Error Download file';
>             }, function (progress) {
>                   $scope.downloadProgress = (progress.loaded / 
> progress.total) * 100;
>             });
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to