Geshaa opened a new issue, #613:
URL: https://github.com/apache/cordova-plugin-file/issues/613

   # Bug Report
   
   ## Problem
   I am using Cordova 12.0 and I am creating cordova android 12 project API 33 
on which I am trying to create text file and save it on phone memory so it 
could be then used vie phone File Explorer.
   I use simple code like code below that and createFile method itselfs simple 
uses fileWriter write to write Blob object to file.
   
   `window.resolveLocalFileSystemURL(cordova.file.externalDataDirectory , 
function (dirEntry) {
        createFile(dirEntry, "fileToAppend.txt", false);
     }, fail);`
   
   However I have no error but file has never been created in the 
device/emulator.
   
   ### What is expected to happen?
   File to be created somewhere in the device.
   Maybe I have to use different key than `externalDataDirectory` ?
   
   
   ### What does actually happen?
   Nothing
   
   
   
   ### Environment, Platform, Device
   Windows 10 running Android Studio
   
   
   ### Version information
   Cordova 12
   Cordova android 12
   Cordova-plugin-file 8.0.1
   Android Emulator API 33
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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.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