Page 2 of 2

Re: TSSFL ODF, ODK Collect, and Google Drive Integration to Collect, Store, Manage, Process and Analyze Data

Posted: Mon Sep 13, 2021 6:06 pm
by Robot

Re: TSSFL ODF, ODK Collect, and Google Drive Integration to Collect, Store, Manage, Process and Analyze Data

Posted: Sat Sep 25, 2021 10:54 pm
by Eli
With ODK Collect, you can resend sent forms. To do so, go to Send Finalized Form -> Three dots -> Change View -> Show Sent and Unsent Forms
then select the forms you need and resend them.

Re: TSSFL Stack, ODK Collect, and Google Drive Integration to Collect, Store, Manage, Process and Analyze Data

Posted: Sat Jul 22, 2023 6:26 pm
by Eli
If you want to collect data with ODK Collect and Google Sheets/Drive, install v2022.4.2 manually using APK:

https://odk-collect.en.uptodown.com/android/versions

Newer versions will not support Google Sheets:

https://forum.getodk.org/t/collect-will ... 2023/40097

Re: TSSFL Stack, ODK Collect, and Google Drive Integration to Collect, Store, Manage, Process and Analyze Data

Posted: Fri Feb 23, 2024 10:40 am
by Eli
Use the following at the header of the Python code to ignore warnings:

  1. import warnings
  2. warnings.filterwarnings('ignore')