I've been trying to experiment with the new Google Maps Solar API to assess solar potential for various buildings. However, I've encountered a consistent issue where I receive a "404 Entity Not Found" error message for certain buildings I'm interested in. Strangely, my API access seems to be functional as I can successfully query buildings in larger cities. Is there a method to determine the geographical areas where the Solar API is applicable and which buildings are accessible? It's puzzling because I know my access is working, but the error is persistent for specific structures. Any insights or guidance on debugging this problem would be greatly appreciated.
I tried using the example in the docs, this lat / long is working. Buildings in bigger cities are working but none in my area.
Check wheter or not your building is in a HIGH or MEDIUM region (https://developers.google.com/maps/documentation/solar/coverage?hl=en). In your API request you can change the requiredQuality according to where your building is situated.