使用新创建的API密钥的HERE.com目标天气API返回“禁止”

问题描述

目前,作为开发人员,我正在使用自己的“ developer.here.com”项目中的REST API密钥。

现在开发完成了,我需要用业务伙伴提供的API密钥替换我的API密钥。在过去的几天中,我们使用不同的帐户尝试了此操作,但结果始终相同。每个具有新创建的API密钥的请求都将返回 export interface MyInterface { keyA: string; keyB: number; keyC: boolean; } 。我的API密钥仍然有效。

正如我看到其他用户遇到相同的问题(403 Forbidden - These credentials do not authorize access - weather here api forecast_astronomyHere.com Destination Weather API returns "Forbidden" "These credentials do not authorize access")一样,我认为时间可以解决问题。但遗憾的是事实并非如此。

我们尝试过的帐户(电子邮件地址)已经过验证。而且配额不会有问题,因为没有一个请求可以正常工作。

我们尝试过的事情:

  • 创建新的HERE帐户和新的API密钥
  • 为现有帐户创建新的API密钥
  • 创建一个API密钥,然后等待3-4天

什么都没有。

样品申请:https://weather.ls.hereapi.com/weather/1.0/report.json?product=forecast_hourly&latitude=48&longitude=16&apiKey={API-KEY}

解决方法

此处提供不同计划的所有支持服务:

https://developer.here.com/plan-features

请检查这是否应该包括在内。如果是这种情况,您可以在此处contact us,但仍然不起作用。