I’m using Stata to get files that are in file repository in redcap but i can’t do it.
I have two files in the folder “test” in my file repository and i want to import them.
I am trying this :
shell `curlpath' ///
--form token=`apitoken' ///
--form content=fileRepository ///
--form action=list ///
--form format=csv ///
--form folder_id=4 ///
--form returnFormat=csv ///
`apiurl'
but it doesn’t wortk, do you know why?
Thanks !