Hi,
I am migrating Contacts to Google Apps.
But after migrating around 300 contacts I am getting "Captcha Required" Exception at line :
Uri feedUri = new Uri(ContactsQuery.CreateContactsUri(UserName)); ContactEntry createdEntry = (ContactEntry)service.Insert(feedUri, ContactEntry[0]);
I am using Ver2 of Google API. How can i solve this issue ?
Note : I am not using web application.
Thanx