When trying to subscribe to a polygon with this endpoint: https://api.planet.com/subscriptions/v1
and this info:
{
“name”: “JH361L”,
“source”: {
“type”: “catalog”,
“parameters”: {
“start_time”: “2023-09-20T00:00:00Z”,
“end_time”: “2023-09-22T00:00:00Z”,
“time_range_type”: “acquired”,
“item_types”: [
“PSScene”
],
“asset_types”: [
“ortho_visual”
],
“geometry”: {
“type”: “Polygon”,
“coordinates”: [
[
[
-58.493282,
-34.550358
],
[
-58.493282,
-34.550127
],
[
-58.49295,
-34.550127
],
[
-58.49295,
-34.550358
],
[
-58.493282,
-34.550358
]
]
]
}
}
},
“tools”: [
{
“type”: “clip”,
“parameters”: {
“aoi”: {
“type”: “Polygon”,
“coordinates”: [
[
[
-58.493282,
-34.550358
],
[
-58.493282,
-34.550127
],
[
-58.49295,
-34.550127
],
[
-58.49295,
-34.550358
],
[
-58.493282,
-34.550358
]
]
]
}
}
}
],
“delivery”: {
“type”: “amazon_s3”,
“parameters”: {
“bucket”: “iofbucket”,
“aws_region”: “us-east-1”,
“aws_access_key_id”: “”,
“aws_secret_access_key”: “”
}
},
“notifications”: {
“webhook”: {
“url”: “”,
“topics”: [
“delivery.success”,
“status.all”
]
}
}
}
im getting this error:
{
“error”: {
“reason”: “Quota issue”,
“details”: [
“insufficient quota”
]
}
}
when I loggin into planet i see the i have sufficent quota, could you help me so i know whats the issue?, Thanks!