Hi there, we have a subscription to planetscope data. I am getting the following error in your request builder:
{“error”:{“reason”:“Source issue”,“details”:“catalog: Missing permissions for requested item type, asset types, geometry or date range”]}}
We are within the subscription limit and are using the sr analytics product. Here’s the code:
curl -X POST https://services.sentinel-hub.com/api/v1/dataimport/subscriptions
-H ‘Content-Type: application/json’
-H 'Authorization:
-d ‘{
“input”: {
“provider”: “PLANET”,
“planetApiKey”: “”,
“bounds”: {
“geometry”: {
“type”: “MultiPolygon”,
“coordinates”: rpolygons]
“data”: n
{
“itemType”: “PSScene”,
“productBundle”: “analytic_sr_udm2”,
“dataFilter”: {
“timeRange”: {
“from”: “2017-01-01T00:00:00Z”,
“to”: “2023-08-15T23:59:59Z”
},
“maxCloudCoverage”: 100
},
“harmonizeTo”: “NONE”
}
]
},
“name”: “test”
}’