You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/07/18 17:30:25 UTC

[GitHub] [cordova-plugin-camera] dpolivy commented on issue #470: Android: java.io.FileNotFoundException · open failed: EACCES (Permission denied) when saving to photo gallery

dpolivy commented on issue #470: Android: java.io.FileNotFoundException · open failed: EACCES (Permission denied) when saving to photo gallery
URL: https://github.com/apache/cordova-plugin-camera/issues/470#issuecomment-512912586
 
 
   I figured this out. It was an issue with the `WRITE_EXTERNAL_STORAGE` permission not be granted in a case where `READ_EXTERNAL_STORAGE` or `CAMERA` permissions were already granted for the app. The version of the plugin I was using was not properly testing for (or requesting) the WRITE permission in this case. This can be closed.

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


With regards,
Apache Git Services

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