我在此代码消息错误中遇到了问题(请求执行失败https://www.google.com/m8/feeds/contacts/default/full.). [英] I have a problem in this code message error (Execution of requst failed https://www.google.com/m8/feeds/contacts/default/full.) please.

查看:81
本文介绍了我在此代码消息错误中遇到了问题(请求执行失败https://www.google.com/m8/feeds/contacts/default/full.).的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请在此代码消息错误中出现一个问题(

please I have a problem in this code message error (

Execution of requst failed https://www.google.com/m8/feeds/contacts/default/full.


代码位于按钮


the code is here under button

RequestSettings logininfo = new RequestSettings("",textBox1 .Text ,textBox2 .Text);
logininfo.AutoPaging = true;
ContactsRequest crequest=new ContactsRequest(logininfo) ;
Feed<contact> feedcontacts = crequest.GetContacts();
foreach (Contact gmailAddresses in feedcontacts.Entries)
{
   Console.WriteLine("\t" + gmailAddresses.Title);
   listBox1.Items.Add(gmailAddresses.Title);
   foreach (EMail emailId in gmailAddresses.Emails) 
   {
      Console.WriteLine("\t" + emailId.Address);
      listBox1.Items.Add(" " + emailId.Address);
   }
}

推荐答案

看看这个对话: ^ ]
Have a look at this conversation: http://www.google.com/support/forum/p/apps-apis/thread?tid=212ad31a4becb064&hl=en[^]


这篇关于我在此代码消息错误中遇到了问题(请求执行失败https://www.google.com/m8/feeds/contacts/default/full.).的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆