<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>2 Dec 2014 08:59:23 Z</lastBuildDate><pubDate>2 Dec 2014 08:59:23 Z</pubDate><description>Good day&#13;
&#13;
I have yet another problem with an API, We are trying to use Google Coordinate and are trying to add the details from webdev. I have worked with API's before and managed to get it to work. Google does it a bit different though. Here is the example of the request I need to send:&#13;
&#13;
[code:wl]&#13;
GET https://www.googleapis.com/coordinate/v1/teams/myteamid/workers?key={YOUR_API_KEY}&#13;
&#13;
Authorization:  Bearer 62CharCode&#13;
X-JavaScript-User-Agent:  Google APIs Explorer&#13;
[/code]&#13;
&#13;
I tried to use this:&#13;
&#13;
[code:wl]&#13;
Resstart is string&#13;
&#13;
Resstart = HTTPRequest("https://www.googleapis.com/coordinate/v1/teams/myteamid/workers?key=","","","","","google_login","googleAPI")&#13;
IF Resstart = True THEN&#13;
	EDT_Text1 = HTTPGetResult()&#13;
END&#13;
[/code]&#13;
&#13;
or&#13;
&#13;
[code:wl]&#13;
Resstart is string&#13;
&#13;
Resstart = HTTPRequest("https://www.googleapis.com/coordinate/v1/teams/myteamid/workers?key=googleAPI","","","","","google_login","62CharCode")&#13;
IF Resstart = True THEN&#13;
	EDT_Text1 = HTTPGetResult()&#13;
END&#13;
[/code]&#13;
&#13;
Cannot get it to work - Keep telling me that :&#13;
"code": 401,&#13;
  "message": "Login Required"&#13;
&#13;
What am I doing wrong?&#13;
&#13;
https://developers.google.com/coordinate/v1/&#13;
&#13;
Thanks</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49297-google-api/read.awp</link><title>Google API's</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
