I tried to use followings, but get 404 error.
return 
this.http.get("https://www.googleapis.com/auth/contacts/"+data.email+"/full?alt=json&access_token=";
 
+ data.token + "&max-results=1000&v=3.0" ).map((response:Response) => 
response.json());

No 'Access-Control-Allow-Origin' header is present on the requested 
resource. Origin 'http://localhost:3000' is therefore not allowed access. 
The response had HTTP status code 404.

Any ideas how to fix it? 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to