How can i solve "Captcha required" error in Google Apps API Ver 2 for .NET ?
Posted
by Preeti
on Stack Overflow
See other posts from Stack Overflow
or by Preeti
Published on 2010-05-08T05:09:11Z
Indexed on
2010/05/08
5:18 UTC
Read the original article
Hit count: 167
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
© Stack Overflow or respective owner