JeffBerman commented on issue #679:
URL: 
https://github.com/apache/cordova-plugin-camera/issues/679#issuecomment-1652024057

   > I don't think the permission grant thing addressable. The removal of the 
`WRITE_EXTERNAL_STORAGE` permission with scoped storage means apps no longer 
have free/permanent access across the board of external storage.
   > 
   > This means if you're modifying a file that is owned by another app, you 
must obtain permission to write to that file. This permission grant is a 
temporarily grant and is only valid for that specific file. So if you're trying 
to modify multiple files owned by another app, then you must be granted 
permission for each file.
   
   @breautek In our customers' case, they are the ones taking the photo. Our 
mobile app uses the camera plugin to take a photo, then the same app sends the 
photo to a server. Customers are complaining that every time they snap a photo 
it asks for permission. Does this scenario sound consistent with your 
understanding of how Android now handles these things?
   


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

Reply via email to