gpt4 book ai didi

java - Google Contacts API v3 Java Client Library 全文搜索不工作

转载 作者:行者123 更新时间:2023-12-03 18:31:19 26 4
gpt4 key购买 nike

Contacts API v3,群组查询参数不支持'q'参数???在 Google Contacts API v3 中,它明确表示支持。但是,当我使用 google 提供的 java 客户端库,在查询中通过 setFullTextQuery 搜索契约(Contract)组时,我得到 HTTP 状态 403 Forbidden。在线程“main”com.google.gdata.util.ServiceForbiddenException 中抛出“异常:禁止访问此服务不支持 'q' 参数。”

我已经为 GDATA 下载了最新的 Java 客户端库:GData-Java/1.47.1(gzip)。尝试使用 setFullTextQuery 方法搜索联系人组。

哪些步骤会重现问题?

  1. 设置 Java 示例联系人
  2. 在 ContactsExample.java 的 queryEntries 方法中,添加一个新行。 myQuery.setFullTextQuery("你的搜索词在这里");
  3. 并运行它

我检查了版本是否正确,它使用的是 GData-Version: 3.0如果按提供的方式运行示例 java,一切运行良好。但是,我需要搜索联系人。使用“q”参数应该是正确的方法。

请帮忙。是图书馆出了问题,还是我需要采用不同的方法来搜索联系人?

日志如下:

执行操作:QUERY

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest setPrivateHeaderFINER:授权:

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest setHeaderFINER:用户代理:Google-contactsExampleApp-3 GContacts-Java/3.1.0 GData-Java/1.47.1(gzip)

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest setHeaderFINER:接受编码:gzip

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest setHeader更精细:GData-版本:3.0

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行罚款:403 禁止

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER: null: HTTP/1.1 403 禁止

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:X-Frame-Options:SAMEORIGIN

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:传输编码:分块

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:日期:2012 年 11 月 28 日星期三 17:38:48 GMT

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:过期时间:2012 年 11 月 28 日星期三 17:38:48 GMT

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行更精细:X-XSS-保护:1;模式= block

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:内容编码:gzip

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行更精细:内容类型:文本/html;字符集=UTF-8

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:服务器:GSE

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:缓存控制:私有(private),max-age=0

2012 年 11 月 28 日下午 12:38:48 com.google.gdata.client.http.HttpGDataRequest 执行FINER:X-Content-Type-Options:nosniff

线程“main”中的异常 com.google.gdata.util.ServiceForbiddenException: Forbidden此服务不支持“q”参数。

at com.google.gdata.client.http.HttpGDataRequest.handleErrorResponse(HttpGDataRequest.java:605)
at com.google.gdata.client.http.GoogleGDataRequest.handleErrorResponse(GoogleGDataRequest.java:564)
at com.google.gdata.client.http.HttpGDataRequest.checkResponse(HttpGDataRequest.java:560)
at com.google.gdata.client.http.HttpGDataRequest.execute(HttpGDataRequest.java:538)
at com.google.gdata.client.http.GoogleGDataRequest.execute(GoogleGDataRequest.java:536)
at com.google.gdata.client.Service.getFeed(Service.java:1135)
at com.google.gdata.client.Service.getFeed(Service.java:1077)
at com.google.gdata.client.GoogleService.getFeed(GoogleService.java:676)
at com.google.gdata.client.Service.query(Service.java:1237)
at com.google.gdata.client.Service.query(Service.java:1178)
at sample.contacts.ContactsExample.queryEntries(ContactsExample.java:406)
at sample.contacts.ContactsExample.processAction(ContactsExample.java:350)
at sample.contacts.ContactsExample.main(ContactsExample.java:626)

Java 结果:1

最佳答案

这里只是一个远景,因为您还没有发布任何代码...

您似乎还没有验证并设置您的查询用户。

即您可能需要将以下内容添加到查询中:

myQuery.addCustomParameter(
new Query.CustomParameter("xoauth_requestor_id"
, username)); //where username is the authenticated (probably by OAuth) user

希望我有帮助..

关于java - Google Contacts API v3 Java Client Library 全文搜索不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13612237/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com