hariagustian commented on issue #408:
URL: 
https://github.com/apache/cordova-plugin-file/issues/408#issuecomment-669629731


   Hi, i also had this issue,
   
   My error is, code 12 PATH_EXISTS_ERR
   
   when i try to create a folder 
   
   global.resolveLocalFileSystemURL( cordova.file.externalRootDirectory, 
function (dirEntry) {
                                                                                
 
           dirEntry.getDirectory('KMSBalita', { create: true }, function 
(subDirEntry) {
            
                   ....
           },
           function( error ){
                 
                   console.log( error )
           })
   })
   
   now i solve this by change target api to 28 instead of 29 but only temporary
   
   Mostly error from android 10.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to