ferdianarief commented on issue #565: URL: https://github.com/apache/cordova-plugin-file/issues/565#issuecomment-2090790194
when i use cordova-plugin-saf-mediastore, i got new issue..  and this is my code : function getDocValue() { window.fileChooser.open(contentURI => { console.log(JSON.stringify(contentURI)); var uriParams = { folder: 'Documents', filename: 'example.pdf' }; cordova.plugins.safMediastore.getUri(uriParams).then(function(uri) { if (uri) { console.log('File URI:', uri); // Example parameters for writeFile function var writeParams = { uri: uri, content: 'Hello, world!' }; } }) }); } -- 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. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org