Native document picker giving error

0
Hi All   In our native mobile app we are trying to implement document upload using NativeFileDocuments module. But getting exception as soon as I reach to javascript action “Open document picker”. Getting this error info on the screen. and i also gave the permission for uploading documents   below is the java script action     PLease help as this is very important for our implementation thanks in advance
asked
1 answers
0

Did you follow all recommendations in the module documentation?

Are you aware that you need a custom build to use NativeFileDocuments? It does not work in the Make it Native app

For Android, did you include the patch for the document picker?

What device did you test on?

 

Edit:

Did you configure the entity access properly? Perhaps the user is not allowed to create the result object?

answered