I am using this api through postman in linux and I am unable to token
I am getting
{
"fault": {
"faultstring": "Invalid client identifier {0}",
"detail": {
"errorcode": "oauth.v2.... Read more
Community Q&A
I want to update field location i.e. Center Point of a field. How can I do that?
I'm trying to pull daily observed weather data for a set of GPS points using the daily_observed_latlng() R function and I get the following error when I execute:
daily_observed_latlng(-2.073803, 30.54476, "2015-12-06", "2017-01-03")
error 1:
See ?... Read more
Hi there,
I have questions about this page below.
https://developer.awhere.com/api/reference/weather/observations
If I call the Daily Observed Weather API and the end date is on August 30th, 2016,... Read more
Hey all, I am an amateur dev working in Python using requests to look up weather data. I have a registered app with a secret and a Key. My oauth request is returning
Out[79]: '{"access_token":"","expires_in":}'
Is the problem most likely with... Read more