Acces of ODK collect files from third party app

Hello,

I am trying to access the following file from an andoid app:
/storage/emulated/0/odk/forms/investigation
cas-media/case_investigation.csv.imported

and I get the following error
EACCES (Permission denied)

the problem that I want to solve is to update csv file that are used to
populate form fields

any idea

Thanks,

pathtab2,

Any .csv file is converted to a local SQLite database, then the source .csv
is renamed to .csv.imported. You'll want to write out a new .csv file;
then, when the form loads, it should pick that up, convert it to SQLite,
and rename again to .csv.imported.

Best,

Chris

ยทยทยท On Thu, Jun 12, 2014 at 8:44 AM, wrote:

Hello,

I am trying to access the following file from an andoid app:
/storage/emulated/0/odk/forms/investigation
cas-media/case_investigation.csv.imported

and I get the following error
EACCES (Permission denied)

the problem that I want to solve is to update csv file that are used to
populate form fields

any idea

Thanks,

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.