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: issues-unsubscr...@cordova.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to