Forum

Message Boards Message Boards

Back

Downloading images using Python and query

Toggle
Downloading images using Python and query
eo finder
Answer
29 July 2022 6:20
Hi,
I am trying to download some data from EO Finder API using Python script and query methods and I am receiving an error:
HTTPError: 429 Client Error: Too Many Requests for url:
So, my question is, do you have any specified timeout which I should implement in my code? I mean, is there any amount of time which I should wait before next request?
Thanks
0 (0 Votes)

RE: Downloading images using Python and query
Answer
29 July 2022 1:05 as a reply to Michal Pozniak.
Hello Michal,

Due to cases of abuse and to assure high quality of service to all CREODIAS users, we had to implement limits on number of requests to CREODIAS Finder API. The limit is 60 requests per minute, per source IP address. The requests over the limit will be rejected with the code 429.

Regards,
Sebastian
+1 (1 Vote)

RE: Downloading images using Python and query
Answer
29 July 2022 5:01 as a reply to Sebastian Sapeta.
Hi Sebastian,
Thank you for your reply. This is the answer I was expecting.
0 (0 Votes)

RE: Downloading images using Python and query
Answer
25 October 2022 4:25 as a reply to Sebastian Sapeta.
Sebastian Sapeta
Hello Michal, five nights at freddy's

Due to cases of abuse and to assure high quality of service to all CREODIAS users, we had to implement limits on number of requests to CREODIAS Finder API. The limit is 60 requests per minute, per source IP address. The requests over the limit will be rejected with the code 429.

Regards,
Sebastian

Thanks, It's very clearly. 
0 (0 Votes)