I am developing a tool to help people to see streetviews of important turns in their journey. They give the starting and ending point, my server download the street views with the right orientation at each point when they need to turn, and display everything in one page. I use the static street view api. In the documentation of the street view api, it is written that my server can do a no more than 1000 requests per day. So I searched a little bit, and found the API console, and saw that using a server key, my server can do 25000 requests per day. But in the Streetview api documentation, the key parameter is not mentioned. Never mind, I tried it.
But at the end of the story, adding the key parameters to my request or not, my server get a 403 error after roughly 250 requests. And no request are recorded in the API console. How I can reach 25000 requests per day? -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-api/-/zsPKLZqFnSkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
