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

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

While picking file from external memory or google drive getting exception. #53

Open ShahriatHossain opened 7 years ago

ShahriatHossain commented 7 years ago

While picking file from external memory or google drive getting exception. The plugin is only working for internal memory file picking. Has any solution for this problem?

ArtjomP commented 7 years ago

Do you have the same issue as #44 #27 #24? If so my pull request #52 can help you.

ShahriatHossain commented 7 years ago

@ArtjomP I have used your pull request source code building and replacing all of dll files but getting such exception: System.MissingMethodException: Method 'Plugin.FilePicker.Abstractions.FileData.ReadFully

Do you have any suggestion?