我正在将通讯录迁移到 Google Apps。
但是在迁移了大约 300 个联系人后,我在行收到“需要验证码”异常:
Uri feedUri = new Uri(ContactsQuery.CreateContactsUri(UserName)); ContactEntry createdEntry = (ContactEntry)service.Insert(feedUri, ContactEntry[0]);
我正在使用 Google API 的 Ver2。我该如何解决这个问题?
注意:我没有使用 Web 应用程序。
谢谢