Click here to Skip to main content
15,906,569 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i try to retrieve my Gmail Contacts with my credentials, Using Google.Data.Client Api. But its not working and show below error in my log file.


example :
RequestSettings rsLoginInfo = new RequestSettings("","venkateshk@commlivein.com", "XXXXXXX");

ERROR MESSAGE:
Execution of request failed: http://www.google.com/m8/feeds/contacts/default/full?max-results=5000
Posted
Comments
Prasad Khandekar 7-May-13 3:53am    
Please refer to this documentation (https://developers.google.com/google-apps/contacts/v3/#getting_started). I think you are using wrong API.

Regards,

very Easy to retrieve contacts
Use ImapX.dll
http://imapx.codeplex.com/SourceControl/changeset/view/25740[^]
 
Share this answer
 
Best article you need to reffer is
Import Gmail Contacts into ASP.NET GridView
[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900