You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/19 09:27:18 UTC

[GitHub] [cordova-plugin-file] akshaymethaniya commented on issue #408: Platform android@9.0.0 running on Android 10 : getFile produces INVALID_MODIFICATION_ERR - Error code 9.

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:
users@infra.apache.org



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