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


   Can anyone help me?
   I am getting **NO_MODIFICATION_ALLOWED** error when i try to remove any file 
using ionic File plugin's remove method.
   Note : I am passing correct dirPath and filename
   
   code : 
   await this.fileCtrl.removeFile(dirPath,filename).then((res) =>{
           alert('successfully deleted' + filename)    
         },(err) =>{
           alert(JSON.stringify(err))
         });


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