Google's geocoding API with a service account
up vote
0
down vote
favorite
I wanted to make requests to Google's geocoding API using a service account authentication/authorization instead of the regular API key. However I found no example of such implementation or any indication that it is even possible. I also didn't find anything saying it is not, therefore this question: does anyone know if it's possible and how to do it?
My last attempt ended up with this error:
{
"error": "invalid_scope",
"error_description": "Empty or missing scope not allowed."
}
which makes sense, since I could not find the right scope.
google-maps google-maps-api-3 service-accounts
add a comment |
up vote
0
down vote
favorite
I wanted to make requests to Google's geocoding API using a service account authentication/authorization instead of the regular API key. However I found no example of such implementation or any indication that it is even possible. I also didn't find anything saying it is not, therefore this question: does anyone know if it's possible and how to do it?
My last attempt ended up with this error:
{
"error": "invalid_scope",
"error_description": "Empty or missing scope not allowed."
}
which makes sense, since I could not find the right scope.
google-maps google-maps-api-3 service-accounts
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I wanted to make requests to Google's geocoding API using a service account authentication/authorization instead of the regular API key. However I found no example of such implementation or any indication that it is even possible. I also didn't find anything saying it is not, therefore this question: does anyone know if it's possible and how to do it?
My last attempt ended up with this error:
{
"error": "invalid_scope",
"error_description": "Empty or missing scope not allowed."
}
which makes sense, since I could not find the right scope.
google-maps google-maps-api-3 service-accounts
I wanted to make requests to Google's geocoding API using a service account authentication/authorization instead of the regular API key. However I found no example of such implementation or any indication that it is even possible. I also didn't find anything saying it is not, therefore this question: does anyone know if it's possible and how to do it?
My last attempt ended up with this error:
{
"error": "invalid_scope",
"error_description": "Empty or missing scope not allowed."
}
which makes sense, since I could not find the right scope.
google-maps google-maps-api-3 service-accounts
google-maps google-maps-api-3 service-accounts
asked Nov 9 at 14:44
guessimtoolate
6,19811120
6,19811120
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03
add a comment |
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53227942%2fgoogles-geocoding-api-with-a-service-account%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
As far as I know Google Maps web services don't support authentication with service accounts. The only supported methods are API keys or client ID with digital signature in Premium plan.
– xomena
Nov 10 at 1:03