RGU5Android / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

GME Javascript API 3 Oauth with private key sample (service account) #899

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi I'm new to GIS development and my company just bought Google Maps for 
Business licence

I've already done my development but we are in the process of buying a GME 
licence as well. This means my data will soon sit on GME(privately) and my 
problem is that I've been trying to get a sample code to load MapEngineLayer 
along with Authentication as our data will private.

I want to use Server to Server Authentication. To be able to get a handshake 
between my server and GME because most of my users are executives and they 
don't have google accounts. I will then do a light user authentication on the 
client side based on our active directory.

I have already obtained the Private Key and Client ID, I just need a guide and 
a sample to complete my solution.

Original issue reported on code.google.com by mccoy...@gmail.com on 19 Aug 2014 at 3:22

GoogleCodeExporter commented 9 years ago
Are you looking for a Javascript sample for GME?

We don't have one for GME but we do have other samples available on the 
javascript site:
https://developers.google.com/api-client-library/javascript/samples/samples

You can pair this with the GME documentation to get started:
https://developers.google.com/maps-engine/documentation/start

Original comment by wonder...@google.com on 29 Dec 2014 at 8:29