I am working on a web application that uses the Google Street View Image Image API to load many street images (using JavaScript). While I can download a large amount, it seems to have disabled me and returned 403 errors if I exceed some speed (I do not exceed the total distribution of 1000).
I constantly tried to slow down the download speed of images, but I canβt find a sweet spot by which the API will allow me to download continuously at that speed. I checked the documentation and does not give a description of the speed.
In addition, assuming that such a speed exists, is it calculated for each user (by IP) or from my API key?
source share