Joseph D. Cohen

Results 225 comments of Joseph D. Cohen

We have tracked the problem down to this: - Adding any Comment to an Observation creates many (~149) emails. This is partly due to the number of Users who checked...

iNat limits # of ids to 30 when using `https://api.inaturalist.org/v1/observations/10000,10001,...` so must provide id param and comma-separated list: `https://api.inaturalist.org/v1/observations?id=10000%2C10001%2C10002&order=desc&order_by=created_at` Return is like this: `{ "total_results": 37, "page": 1, "per_page": 30,...

This is Erroring in MO `RestClient::UnprocessableEntity in Observations::InatImportsController#authenticate` `@inat = RestClient.get("#{API_BASE}#{operation}", headers)` ``` >> "#{API_BASE}#{operation}" => "https://api.inaturalist.org/v1/observations?id=&id_above=0&only_id=false&per_page=200&order=asc&order_by=id&user_login=dev189&iconic_taxa=Fungi,Protozoa" >> headers => {"Authorization"=>"Bearer {\"access_token\":\"_VLnaihHahFntdN2nne_U2Clv7eJyJkpo8i-WutIdeg\",\"token_type\":\"Bearer\",\"scope\":\"write login\",\"created_at\":1722123661}"} ``` I've tried it in the console...

thanks! that could be it. will check tomorrow Sent from Gmail Mobile El El sáb, jul 27, 2024 a la(s) 17:47, andrew nimmo < ***@***.***> escribió: > Are you sure...

Above doesn't get me a bunch more projects. Or is this something which must wait for authentication.?

https://help.inaturalist.org/en/support/solutions/articles/151000176472-understanding-projects-on-inaturalist

Could I do something like in `authenticate` get the current user. See https://api.inaturalist.org/v1/docs/#!/Users/get_users_me Add that user's `user_login` or `user_id` to the search request, so that we return only that user's...

This issue incorporated into #2340

iNat `ranks` and `rank_levels` through species for Fungi. Not complete -- omits some secondary ranks, infrageneric ranks | rank | level | | ---- | ----- | | kingdom |...

1. Thanks @nimmolo for the suggestion on how to proceed. I will probably tackle this eventually. But not now: I need to prioritize #2150 and avoid interesting, but less urgent,...