Oh nevermind, we got an email letting us know the new quota was available. So it seems there’s some time between the purchase and the availability of that quota.
On another topic, using this new quota and trying to start a subscription we are getting the following issue:
{
"error":{
"status":400,
"reason":"Bad Request",
"message":"{\"error\":{\"reason\":\"Source issue\",\"details\":[\"catalog: Missing permissions for requested item type, asset types, geometry or date range\"]}}",
"code":"COMMON_BAD_PAYLOAD"
}
}
If we look at the subscription input JSON it looks like this:
{
"bounds":{
"geometry":{
"type":"Polygon",
"coordinates":[
"..."
]
},
"properties":{
}
},
"data":[
{
"dataFilter":{
"timeRange":{
"from":"2022-09-01T00:00:00Z"
},
"maxCloudCoverage":100
},
"itemType":"PSScene",
"productBundle":"analytic_8b_sr_udm2",
"harmonizeTo":"Sentinel-2"
}
],
"provider":"PLANET"
}
Is there anything wrong with this? We subscribed in the past with a similar payload.