Github user shaoner commented on the pull request:
https://github.com/apache/cordova-plugin-camera/pull/160#issuecomment-180798266
@riknoll, somehow an exception is triggered by this line for some uri:
```java
try {
String wholeID = DocumentsContract.getDocumentId(uri);
// ...
} catch(Exception e) {
filePath = "";
}
```
The exception looks actually like:
> java.lang.IllegalArgumentException: Invalid URI:
content://media/external/images/media/5230
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]