Hello,
Our PlanetScope order confirm returns 403 Error NOT_ENOUGH_QUOTA.
It seems enough quota remains in planet.com dashboard.
Can you please find out what is happening?
{
“error”: {
“status”: 403,
“reason”: “Forbidden”,
“message”: “Forbidden”,
“code”: “NOT_ENOUGH_QUOTA”,
“errors”: {
“availableQuota”: 0.024785383855487453,
“requiredQuota”: 5.145963596646501
}
}
}
We bring our own planet.com account. Please refer the following topic:
Hello,
I’m trying to make a PlanetScope order request from the SH account, but I got 403 response like:
{“error”:{“status”:403,“reason”:“Forbidden”,“message”:“You do not have sufficient permission for this action. Please contact support.”,“code”:“COMMON_INSUFFICIENT_PERMISSIONS”}}
I have paid Planet account and tried with the Planet APIkey.
I also tried the demonstrational example written in https://docs.sentinel-hub.com/api/latest/api/data-import/examples/#order without APIkey, but the same…