gdata

    1热度

    1回答

    我们正试图添加一个新的电子表格到Google文档。 我们使用的.Net 4.0.5和2.2.0 GData.Documents 最近,我们改变了我们的验证方法到OAuth2,我们可以执行类似的查询表格等动作 我们的范围是https:// spreadsheets.google.com/feeds https:// docs.google.com/feeds https:// www.googlea

    0热度

    1回答

    我试图通过Google Contacts API搜索联系人,使用多个搜索条件。由单个字词时工作正常,返回接触(S): query = gdata.contacts.client.ContactsQuery() query.text_query = '1048' feed = gd_client.GetContacts(q=query) for entry in feed.entry:

    0热度

    1回答

    我试图从YouTube Data API V3.0 python版本检索数据。 我“米创造我得到了错误的每个请求: gdata.service.RequestError: {'status': 410, 'body': 'No longer available', 'reason': 'Gone'} 这里是我的代码:? import atom import gdata.youtube impo

    0热度

    1回答

    同时使用read.xls()我得到这个错误, Error in findPerl(verbose = verbose) : perl executable not found. Use perl= argument to specify the correct path. Error in file.exists(tfn) : invalid 'file' argument 如何以及在哪里

    0热度

    1回答

    我成功地得到,当我使用下面的代码联系人: Dim parameters = New OAuth2Parameters() parameters.ClientId = "XXX.apps.googleusercontent.com" parameters.ClientSecret = "XXXX" parameters.RedirectUri = "urn:ietf:wg:oauth:2.0:

    1热度

    1回答

    我目前正试图构建一个与谷歌的API的交互脚本,但我不断收到属性错误: Traceback (most recent call last): File "service_catalog_automation.py", line 18, in <module> feed = client.GetDocumentListFeed() AttributeError: 'DocsCli

    1热度

    1回答

    我能够获取单元格内容,但验证规则似乎无法访问。在此基础上我有工作代码: https://github.com/google/gdata-python-client Google Apps脚本似乎是它可以做到这一点: https://developers.google.com/apps-script/guides/sheets 我喜欢,如果可以做到这在Python。 想法? 感谢, -dj

    0热度

    1回答

    我有与Gmail帐户相关的应用程序。我想添加我的本地数据库联系人到Gmail帐户。我已经提到这个链接:how to create google contact? 这可能吗?请建议我实现这一点。

    1热度

    1回答

    我想从一个网站使用Python的数据,并将其写入到我的电子表格的所有者。我搜索了一个方法来做这个一个小时,但不能真正找到它。我发现gdata和gpsread,但他们都看起来像过时了,除非你有一个谷歌开发者的帐户。但我可能是错的。有人可以告诉我一种方法来做我想在没有谷歌开发者账户的情况下做什么吗?我不想真的想买一个,但如果这是唯一的选择,我可以。

    0热度

    1回答

    来自以下代码片段xmlString的值是<ELEMENT NAME="öäü">而不是<ELEMNT NAME="öäü">。 GDataXMLElement *element = [GDataXMLNode elementWithName:@"ELEMENT"]; GDataXMLNode *a = [GDataXMLNode elementWithName:@