EMI-INDO commented on issue #649:
URL:
https://github.com/apache/cordova-plugin-file/issues/649#issuecomment-3024792401
@VardanTitan
you can create a combination function of `cordova-plugin-file and
ordova-plugin-save-blob
`
if you only need sensitive permissions ordova-plugin-save-blob can do it
dynamically.
```
cordova plugin add cordova-plugin-save-blob \
--save \
--variable IS_CAMERA_PERMISSION=false \
--variable IS_READ_M_VIDEO_PERMISSION=true \
--variable IS_READ_M_IMAGES_PERMISSION=true \
--variable IS_MANAGE_STORAGE_PERMISSION=false
```
**note**
https://github.com/EMI-INDO/cordova-plugin-save-blob?tab=readme-ov-file#plugin-variable-permissions
--
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]