Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Picking image fails using external storage on Lollipop #51

Closed
Jaymassena opened this issue Jan 24, 2015 · 5 comments
Closed

Picking image fails using external storage on Lollipop #51

Jaymassena opened this issue Jan 24, 2015 · 5 comments
Assignees
Labels
Milestone

Comments

@Jaymassena
Copy link

This may not be limited to lollipop. The image is stored on the device in Pictures/Instragram. Using the "Images" provider succeeds and this is the returned uri:
content://com.android.providers.media.documents/document/image%3A13194

Using the "Internal storage" provider to pick the same image fails with error toast "Couldn't process a null file". Here is the returned uri:
content://com.android.externalstorage.documents/document/primary%3APictures%2FInstagram%2FIMG_20141104_183552.jpg

@coomar2841
Copy link
Owner

How do you get to choose the Internal Storage?

@Jaymassena
Copy link
Author

Here is a screen shot of the document browser after opening it from the image chooser demo app. The option to hide or show the internal storage item is in the overflow menu items:

device-2015-01-26-074040

@coomar2841
Copy link
Owner

Thanks... Will look into this soon.

@darjidhruvit
Copy link

any update for lollipop ? i get null every time when i picked up image from gallery or photos

@coomar2841 coomar2841 self-assigned this Sep 28, 2015
@coomar2841 coomar2841 added this to the 1.5.0 milestone Sep 28, 2015
@coomar2841 coomar2841 added the bug label Sep 28, 2015
@coomar2841
Copy link
Owner

Fixed. Will be released with 1.5.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants