asitav-sen / KoboconnectR

Download data from Kobotoolbox to R
https://asitav-sen.github.io/KoboconnectR/
GNU General Public License v3.0
13 stars 2 forks source link

Posting csv files #19

Open xboschc opened 8 months ago

xboschc commented 8 months ago

Many thanks for this very useful package. Are you planning a function to post via API .csv file(s) to the 'media' folder where Kobotoolbox stores data that is used in the survey form "pulldata" function? Thanks for considering. Xavier

asitav-sen commented 8 months ago

Hi @xboschc , Thanks. Unfortunately, I have not yet considered any functionality to upload data via the API. I would love to explore it, but I do not have the bandwidth to do it now. I would really appreciate if you wish to contribute by building such functions. I will happily merge it in the package.

xboschc commented 8 months ago

Thanks for your response. I managed to identify the 'address' of those csv. files once manually uploaded and to delete them via API (needed in order to upload new versions). But I fail in the POSTing of the new versions of the csv. If I find out I will let you know.

asitav-sen commented 2 months ago

Can you share the documentation? I may be able to give it a try.