You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/08/02 17:34:24 UTC

[GitHub] [cordova-plugin-file-transfer] JankovicsSandor opened a new issue #239: File download doesn't ask for permission

JankovicsSandor opened a new issue #239: File download doesn't ask for permission
URL: https://github.com/apache/cordova-plugin-file-transfer/issues/239
 
 
   # Bug Report
   
   File download on android doesn't ask for the permission for storage permission. So when I call the download it gets rejected because of permission denied
   
   ## Problem
   
   ### What is expected to happen?
   
   Ask for permission before download if it doesn't have storage permission
   
   
   ### What does actually happen?
   
   The download fails with permission denied.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   In the docs it is mentioned how to ask for permission https://ionicframework.com/docs/native/android-permissions
   have to ask for https://developer.android.com/reference/android/Manifest.permission.html#WRITE_EXTERNAL_STORAGE permission before.
   
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [X] I searched for existing GitHub issues
   - [X ] I updated all Cordova tooling to most recent version
   - [X ] I included all the necessary information above
   

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


With regards,
Apache Git Services

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