breautek commented on issue #623:
URL: 
https://github.com/apache/cordova-plugin-file/issues/623#issuecomment-2125377986

   > Code runs successfully and falls under the success block and even present 
the toast of 'File downloaded successfully.' But file is not downloaded on 
device.
   
   This suggest that your `writeFile` api is perhaps resolving too early at:
   
   ```
   this.file
        .writeFile(folderPath, fileName, blob, {
          replace: true,
        })
   ```
   
   Please show the implementation of this method, or the method that makes use 
of cordova's plugin write API.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to