rrwen / google_streetview

A command line tool and module for Google Street View Image API
https://rrwen.github.io/google_streetview
MIT License
98 stars 25 forks source link

download not downloading the image #6

Closed hwchen2009 closed 5 years ago

hwchen2009 commented 5 years ago

--save_downloads=downloads only creates json file but not jpg images

rrwen commented 5 years ago

Hi @hwchen2009

After some debugging and searching, I found out that Google has changed their pricing plan, which restricts free usage of their StreetView API:

https://developers.google.com/maps/documentation/streetview/usage-and-billing

Unfortunately, this means that you will need a billing plan to be able to download images (this was not the case when I developed this package).

You can however still request for metadata for free (which is why the preview still works).