Hello There,
We are trying to download imagery from API and for this, we have followed the documentation ( https://developers.planet.com/docs/planetschool/downloading-imagery-with-data-api/ )
1) We are able to search imagery with coordinates ( as per documentation https://developers.planet.com/docs/planetschool/searching-for-imagery-with-data-api/) and response (Â https://drive.google.com/file/d/1q3xyvH5ScfNs53kvtSSHCxsshr9uwLT_/view?usp=sharing ) uploaded on google docsÂ
2) As per other documentation ("https://developers.planet.com/docs/planetschool/downloading-imagery-with-data-api/") we are trying to download imagery from API and we are making the below API callÂ
Endpoint URL: https://api.planet.com/data/v1/item-types/PSOrthoTile/items/5940459_3761508_2022-09-19_2251/assets/
Headers : authorization =>Â
Method type: GET
Â
But when we make API request from this. API return empty response Please have a look (https://www.screencast.com/t/R6I6OZDFTf3y) As per documentation is should return status of imagery and download URLÂ
Please advise if I am missing anything.
Thanks in advance
Â