Note that there are some explanatory texts on larger screens.

plurals
  1. POGoogle geocoding API setup finding the correct ClientID and Secret
    primarykey
    data
    text
    <p>I am building a java web application that requires googles geocoding service as defined on <a href="https://developers.google.com/maps/documentation/geocoding/" rel="nofollow">https://developers.google.com/maps/documentation/geocoding/</a> . My application is all setup and everything works, I am now attempting to sign my requests to allow for additional features from the API such as additional rate limits billing ect... </p> <p>The problem I am having is I cant seem to get a proper Client Id and Key that works with the geocoding API. I used just about every sensible combination of id and key from the API Access tab on Google's API console. To test my credentials and I have copied the PHP code directly from google at <a href="http://gmaps-samples.googlecode.com/svn/trunk/urlsigning/index.html" rel="nofollow">http://gmaps-samples.googlecode.com/svn/trunk/urlsigning/index.html</a> to ensure my requests are signed correctly. I watched a google developers video about this topic (<a href="https://www.youtube.com/watch?v=ODeXo7YIwVg" rel="nofollow">https://www.youtube.com/watch?v=ODeXo7YIwVg</a>) and it shows this being done for a Google business account, After reading through Google's API docs it would seem you do not <strong>have</strong> to have a business account to use the geocoding service however I cant seem to get a valid client ID and Key to work for me. Does anyone know of the correct setup to use this service on a non business account? or is it even possible? (keep in mind this a server to server connection)</p> <p>If anyone needs additional information let me know. I would be grateful for any suggestions. </p> <p>edit: Looking at the Usage Limits listed on <a href="https://developers.google.com/maps/documentation/geocoding/#Limits" rel="nofollow">https://developers.google.com/maps/documentation/geocoding/#Limits</a> you see it implies that you can use the Geocoding API without a business account.... but how?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload