Troubleshooting‎ > ‎

Google Maps API Quota Exceeded

posted Nov 4, 2016, 5:53 PM by Eric Patrick
ORT was using an old version of the Google Maps Javascript API, including this tag:


This presented two issues:
  1. https://maps-api-ssl.google.com is deprecated in favor of https://maps.googleapis.com, and
  2. no API key was specified in the request
To fix this issue, we used:


In order to create the API Key (in the key parameter above), we:
  • Navigated to the Google APIs Developer Console,
  • Selected an existing project (in this case, the existing qbo-Drive project)
  • From Dashboard, enabled the Google Maps Geocoding API and Google Maps Javascript API for the project
  • From Credentials, created a new API Key, and restricted it to call from ort.quandis.com and uatort.quandis.net
All QBO3 systems should migrate the Google Maps Javascript API calls to leverage this pattern.
Comments