Support iNaturalist observation upload

Issue #454 resolved
Adam Winer created an issue

iNaturalist doesn’t support CSV upload, but it does support OAuth APIs for uploading observations.

See:

https://www.inaturalist.org/pages/api+reference#post-observations

https://www.inaturalist.org/pages/api+reference#resource_owner_password_credentials_flow

https://jitpack.io/p/xafero/java-keyring

In theory, these could be put together to let users securely attach a username/password combo, HTTPS PUTs to attach observations, and HTTPS PUTs to upload file-based photos?

Comments (2)

  1. Adam Winer reporter

    Resolve Issue #454: Support iNaturalist observation upload

    Some improvements are possible: - No support for setting Geoprivacy - Can't export multiple taxonomies at once

    → <<cset 877a1c303e6f>>

  2. Log in to comment