erisu commented on PR #844: URL: https://github.com/apache/cordova-plugin-camera/pull/844#issuecomment-1686542179
I believe this would be something you fix within your project. `cordova-plugin-file` version 8.0.0 has removed permission `WRITE_EXTERNAL_STORAGE`. If you are using a plugin that depends on `cordova-plugin-file` make sure it is requesting for version 8.0.0. If it is not, check if there is a new plugin version that hopefully supports `cordova-plugin-file` 8.0.0. Note: Some Cordova core plugins depend on the file plugin and not updated, but it is in the process of being updated. If you are adding the `cordova-plugin-file` directly and it is not a depedency of another plugin, it might be OK to bump its version. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
