wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

Tell me the API to Upload form(Xml) to ODK Aggregate #964

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
 i am developing a "Form Generator" like "ODK Build" that will send a form to ODK Aggregate for Survey through ODK Collect.
I just need to know how can i send this form(xml) to ODK Aggregate.

P.S. I am using ASP.Net

Original issue reported on code.google.com by noman.sa...@gmail.com on 26 Jan 2014 at 8:53

GoogleCodeExporter commented 9 years ago
Closing. These questions are best asked on opendatakit-developers@ 

Build uses OAuth 1.0 to authenticate to Google AppEngine servers (only).

If you have an OAuth 2.0 token that grants access to the user's e-mail address, 
you can pass that on a request to act on behalf of that user within ODK 
Aggregate.

You need to use DigestAuth for ODK Aggregate username/password based 
submissions.

NOTE: You should ensure that ODK Validate approves the form before uploading.

Original comment by mitchellsundt@gmail.com on 13 Mar 2014 at 7:48

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by noman.sa...@gmail.com on 14 Mar 2014 at 12:55