Getting exception error while trying to pick document from file system of mobile using native file documents

1
Hi Team,   I am trying to bring a document like pdf from our mobile file system to our app using “native file documents” from marketplace. But getting exception as soon as I reach to javascript action “Open document picker”. Getting this error info on the screen.     Thank you in advance!   Regards, Rishabh Ojha
asked
1 answers
0

Hi,

  • Make sure that your mobile application has the necessary permissions to access the mobile file system. In some cases, the app may require specific permissions to access files on the device.
  • Verify that the file path you are using to access the PDF document is correct. Incorrect file paths can lead to exceptions when trying to access files.
  • Confirm that the PDF file you are trying to open exists in the specified file path. If the file is not found, it will result in an exception.
answered