Norman Breau

Results 830 comments of Norman Breau

We can't address ionic/angular issues here. I'd recommend avoid using special characters in file names or file paths however, which those APIs may return depending on the local phone locale....

Noted at https://github.com/apache/cordova-plugin-file#androids-external-storage-quirks

For iOS I don't think this is possible due to the iOS filesystem sandbox. For android, the standard directory is the `DCIM` folder, which can be reachable regardless if the...

I removed iOS from the title since this isn't actually iOS specific, it's part of the plugin for all platforms.

duplicate https://github.com/apache/cordova-plugin-file/issues/453

With Android's Scoped Storage model (enforced in API 30 and later), the external storage is no longer discoverable. Some directories are simply not readable (they will give a File not...

Closing as stale, and the issue is not reproducible for me. If the issue persists, please create a new issue so that we can have more relevant/updated information.

stale Note that modern SDK targets can no longer read the directories of some external directories. Additionally files that you have permission to view will be shown in external storage.

Scoped storage mechanisms prevents reading other apps files.

Closing as stale / no response.