You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I sometimes have to pull data from a device and send it to a server. I'd like to script that with pyODK but there's no easy way to create a submission with attachments. It'd be nice to have that.
Hopefully it should be a simple update to the SubmissionService .post to include attachment data.
Then we could call SubmissionAttachmentService .upload for each attachment after the main submission POST.
I sometimes have to pull data from a device and send it to a server. I'd like to script that with pyODK but there's no easy way to create a submission with attachments. It'd be nice to have that.
Here's what I'm doing...
The text was updated successfully, but these errors were encountered: