anahvictoronyedic commented on issue #366:
URL: 
https://github.com/apache/cordova-plugin-file/issues/366#issuecomment-677836586


   > # Bug Report
   > NOT_FOUND_ERR on _resolveLocalFilesystemUrl_ respectively _copyFile_
   > 
   > ## Problem
   > I'm trying to share a document from the microsoft office app on Android in 
my app. In my app, I get an intent (cordova-plugin-webintent) back with the 
path to the document.
   > 
   > > 
content://com.microsoft.office.word.fileprovider/3b683438-3900-4097-afe3-d654bd46c123/Document.docx
   > 
   > i use the Plugin cordova-plugin-filepath to change this Path to:
   > 
   > > 
file:///data/user/0/com.microsoft.office.word/files/tempOffice/Share/57232792-4ca0-42c2-89a9-33888f9576be/Document.docx
   > 
   > Regardless of which of the two paths I use, in both cases I get a 
NOT_FOUND_ERR back.
   > 
   > Is there a Problem with access to files from Microsoft Apps?
   > 
   > ### Environment, Platform, Device
   > Ionic:
   > 
   > Ionic CLI : 5.4.2
   > Ionic Framework : ionic-angular 3.9.5
   > @ionic/app-scripts : 3.2.3
   > 
   > Cordova:
   > 
   > Cordova CLI : 8.1.1 ([email protected])
   > Cordova Platforms : android 7.1.4
   > Cordova Plugins : no whitelisted plugins (34 plugins total)
   > 
   > Utility:
   > 
   > cordova-res : 0.7.0
   > native-run : 0.2.8
   > 
   > System:
   > 
   > Android SDK Tools : 26.1.1 (C:\Users\username\AppData\Local\Android\sdk)
   > NodeJS : v10.16.0 (C:\Program Files\nodejs\node.exe)
   > npm : 6.9.0
   > OS : Windows 10
   
   I am having the same serious issue. I suspect this has to do with **android 
8 & permission**.
   
   Any solution?


----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to