You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/08/06 09:08:31 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #382: the value of cordova.file.externalRootDirectory return null

breautek commented on issue #382:
URL: https://github.com/apache/cordova-plugin-file/issues/382#issuecomment-669809344


   You need to declare the "extra filesystems"
   
   ```
   <preference name="iosExtraFilesystems" value="library,library-nosync,documents,documents-nosync,cache,bundle,root" />
   <preference name="AndroidExtraFilesystems" value="files,files-external,documents,sdcard,cache,cache-external,assets,root" />
   ```
   
   By default, the above should be already set, unless if you have overwritten in.
   
   https://github.com/apache/cordova-plugin-file#configuring-the-plugin-optional


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org