Thank you for using the SimCenter forum. The symptoms you described are fairly typical of the case where Google API Key is valid, but the APIs required for the current version of BRAILS are not enabled for API Key's use.
Utilizing all capabilities of the current version of BRAILS requires three APIs: 1) Street View Static API, 2) Maps Static API, and 3) Geocoding API. You will need to enable all of these APIs for the API Key you created.
The easiest way to enable these APIs is:
1) Go to
https://console.cloud.google.com/2) Select the project for which the API key was created (please see the attached image for the location of this button)
3) Locate the search bar on the top of the page (please see the attached image), enter "APIs and Services", then click the result under Products and Pages.
4) At the APIs and Services page, click on the Enable APIs and Services button, then find and select the three APIs listed above.
These steps should address the API Key issue.
One last thing, BRAILS, by default, searches your folder of images before it downloads the images required for your region. Given in your case, some of the images for your region were already erroneously downloaded, you may still run into image input issues after performing the above changes. To prevent this from happening, please 1) either manually delete the previously downloaded images your folder of images, or 2) call
CityBuilder such that
reDownloadImgs flag is enabled, i.e.,
CityBuilder(..........,reDownloadImgs = True).
I hope this helps!