Post

Replies

Boosts

Views

Activity

Comment on WeatherKit REST authentication errors starting Sept 8th
...It seems I resolved one issue (with how I was sending the request in Postman) and have upgraded my error to now be "{"reason": "NOT_ENABLED"}" which is a 401 ...The documentation says 401s will result from an invalidly-formed token. I am wondering if there is a Public key to utilize at jwt.io in order to sign one's private key correctly (since the default public key at the site when left in results in an invalid signature).
Mar ’23
Comment on WeatherKit REST authentication errors starting Sept 8th
We have ensured this is enabled in both "capabilities" and "app services" yet I am nonetheless getting a 403 as follows: {"timestamp":"2023-03-21T19:18:34Z","status":403,"error":"Forbidden","path":"/api/v1/weather/en/51.677612/-2.937941"} ... My hunch is maybe rather than understanding the Service Id to be what's labeled "Bundle Id" (under Certificates, Identifiers & Profiles) - we should instead be using something else (e.g., Description, with no space or "Name" in the downloaded file)?
Mar ’23