Search code examples
here-api

"403","message":"Feature level access has been denied"


I have a valid Here licence and I have been using it for long time. Suddenly I had the above response from server. The url is: http://pde.api.here.com/2/matchroute.json?app_id=xxxxxxxxxxxxxxx&app_code=xxxxxxxxxxxx&routemode=car&file=&regions=WEU&release=LATEST

    def connectPost(self, url, data, headers=None):
    return self.S.post(url, data=data, headers=headers , proxies = self.proxy_dict)

Solution

  • As per the licensing, and delivery back-end system The account has expired that's why.

    Cheers, WaliedCheetos