I’m having trouble loading data.
~\AppData\Roaming\Python\Python39\site-packages\sentinelhub-3.8.0-py3.9.egg\sentinelhub\download\handlers.py in new_download_func(self, request)
45 and exception.response.status_code != requests.status_codes.codes.TOO_MANY_REQUESTS
46 ):
---> 47 raise DownloadFailedException(
48 _create_download_failed_message(exception, request.url), request_exception=exception
49 ) from exception
DownloadFailedException: Failed to download from:
https://services.sentinel-hub.com/api/v1/batch/process
with HTTPError:
400 Client Error: Bad Request for url: https://services.sentinel-hub.com/api/v1/batch/process
Server response: "{"status": 400, "reason": "Bad Request", "message": "Access denied - bucket in wrong AWS region or not writable by Sentinel Hub", "code": "COMMON_BAD_PAYLOAD"}"
I’ve tried several times to fix it and it’s configured as required.
I may have missed any part, please advise.