Hi,
Sentinelhub-py cannot download Sentinel-2 data (.SAFE format) by Product ID after the Requester Pays. How should we change codes to access sentinel data?
Some codes:
product_request = AwsProductRequest(
product_id=productID,
data_folder=downloadPath,
safe_format=True)
product_request.save_data()
Regards

