Studyxnet / FilePicker-Plugin-for-Xamarin-and-Windows

FilePicker Plugin for Xamarin and Windows
MIT License
74 stars 52 forks source link

I don't see files #25

Open acaliaro opened 7 years ago

acaliaro commented 7 years ago

Hi @jfversluis I have a 4.1.1 Android tablet.

When I call

Plugin.FilePicker.Abstractions.FileData fd = await CrossFilePicker.Current.PickFile();

I see

image

Then I select "Gestione file" and see

image

But I don't see the file "config.txt" that is present in the directory

screenshot 2017-02-15 13 50 00

what can be the problem?

Should be very useful also a TestProject...

jfversluis commented 7 years ago

Did you set the READ_EXTERNAL_STORAGE permission on your app?

acaliaro commented 7 years ago
screenshot 2017-02-15 14 03 56

If I do the same on a Android 6 emulator, it works...

acaliaro commented 7 years ago

5.1.1

I see the file

image

acaliaro commented 7 years ago

Maybe the problem is that on 4.1.1 tablet there is no App that can open the .txt file? But I don't want open it, I want only "select" the file

image

acaliaro commented 7 years ago

If I use the FileManager outside the app, I see the file. Only inside the app I don't see the file

image

acaliaro commented 7 years ago

Nothing?