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 2021/01/25 10:54:53 UTC

[GitHub] [cordova-plugin-file] mayankkataria opened a new issue #452: this.file.* all files are null

mayankkataria opened a new issue #452:
URL: https://github.com/apache/cordova-plugin-file/issues/452


   I'm using this plugin with ionic capacitor instead of cordova with help of command ```ionic cap sync```. I wanna use ```this.file.externalRootDirectory``` to get my root directory from my android device but I'm getting ```null```. Then I wondered if I could get any directory but all options of ```this.file``` were null. I tried to reinstall plugin and rebuild the project but the result is same.
   My code: 
   ```
   constructor(private file: File, private plt: Platform) { }
   ionViewDidEnter() {
     this.plt.ready().then(() => {
       setTimeout(() => console.log(this.file), 1000); // all values are null
     })
   }


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-file] timbru31 closed issue #452: this.file.* all keys are null

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #452:
URL: https://github.com/apache/cordova-plugin-file/issues/452


   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-file] timbru31 commented on issue #452: this.file.* all keys are null

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #452:
URL: https://github.com/apache/cordova-plugin-file/issues/452#issuecomment-766754787


   Thanks a lot for your issue, however this channel is for bug and feature requests, not for support. 😊  
   You can try asking on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova) or in our [Slack community](http://slack.cordova.io).


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-file] timbru31 closed issue #452: this.file.* all keys are null

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #452:
URL: https://github.com/apache/cordova-plugin-file/issues/452


   


----------------------------------------------------------------
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


[GitHub] [cordova-plugin-file] timbru31 commented on issue #452: this.file.* all keys are null

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #452:
URL: https://github.com/apache/cordova-plugin-file/issues/452#issuecomment-766754787


   Thanks a lot for your issue, however this channel is for bug and feature requests, not for support. 😊  
   You can try asking on [StackOverflow](https://stackoverflow.com/questions/tagged/cordova) or in our [Slack community](http://slack.cordova.io).


----------------------------------------------------------------
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