hiddentao / cordova-plugin-filepath

Resolve native file paths from content URLs for Cordova platforms
Apache License 2.0
66 stars 127 forks source link

Error '_data' does not exist when using with Dropbox #55

Open olivierschmid opened 5 years ago

olivierschmid commented 5 years ago

Hi! I am using the plugin within a Ionic 3.x App. We use the plugin cordova-plugin-filechooser to pick a file on Android - then transform the URI with cordova-plugin-filepath. Everything works fine except when picking a file from Dropbox.

The FilePicker return the following content-URI:

content://com.dropbox.android.FileCache/filecache/dcded03a-37ed-4bbb-8a88-a8492b4e3ee6

The Filepath Plugin then throws error:

main.js:3888 column '_data' does not exist. Available columns: []

Tests are run on Samsung S9 / Android 9. Any ideas? Thanks a lot! Oli

olivierschmid commented 5 years ago

Probably the same Problem as in #43