I am trying to make an mobile app that saves a file in an USB driver, but i couldn't succeed. Is there any way to do it?
Hi abdellahi,
I think it may be possible but it will be a little hard!
I know that if you have an adapter or an USB-c pen driver you can connect it with your phone (At least android), when this happens you usually can use some sort of File Manager app to explore its contents, right?
That being said you may be able to access the driver in the same way as this plugin does for native storage.
Hope it helps!
Cheers and Regards,
RR :)
Raphael Ranieri wrote:
I tried those plugins, but they are only for the app folders. Do you have any another indications for this?
https://success.outsystems.com/Documentation/11/Extensibility_and_Integration/Mobile_Plugins/Using_Cordova_Plugins
You can wrap the cordova plugin to use with outsystems using the article above
Bas de Jong wrote:
I've tried that plugin, but he still stores inside the application folder. I've give the app all needed permissions too.
Hello Abdellahi,
Though I'm not sure about it, I would like to give a suggestion.
In android we need to enable OTG to access USB drive, and handset need to be OTG compatible. So some application(mostly file explorer) which cannot access OTG permission, does not show USB drive.
Once check on this way if your application can access OTG permission.
Regards,
Sanjay
Here are some discussion which probably help you :
https://www.outsystems.com/forums/discussion/37207/permission-to-access-usb-port-on-mobile-app/
https://www.outsystems.com/forge/component-overview/9561/usb-serial
https://www.outsystems.com/forums/discussion/59461/outsystems-based-web-application-having-security-vulnerabilities-os10/
Hope it will help you!