向我的查询添加参数时出现 401 错误(需要授权)
我正在尝试通过 Google Data API 获取用户联系人数据,但遇到了一个问题:当我为查询指定参数时,我收到此 401 错误消息(例如,在我的情况下,根据查询 1,它的 max-results=9999 ),而当我不添加任何查询参数(按照查询 2)时,我可以在没有 pb 的情况下访问内容(但仅限于 25 个条目...)。
查询 1: ...google 的地址.../m8/feeds/contacts/default/full?max-results=9999
查询 2: ...google 的地址.../m8/feeds/contacts/default/full
(I尝试使用简单的 http 和 https 范围和请求,但结果相同...)
我正在使用此处找到的 jrconlin 的 PHP oauthsimple 库。
https://github.com/jrconlin/oauthsimple/blob/master/php /example.php
抱歉,如果我的问题很微不足道,但我已经通过重读 jrconlin 的代码和谷歌的指南而绞尽脑汁了几个小时,但真的不知道错误在哪里!我有什么遗漏的吗?
I am trying to get a user contacts data through the Google Data API and am facing a problem: I get this 401 error message when I specify a parameter to my query (for ex in my case it's max-results=9999 as per query 1), while I can access the content (but limited to 25 entries...) with no pb when I don't add any query parameter (as per query 2).
Query 1: ...google's address.../m8/feeds/contacts/default/full?max-results=9999
Query 2: ...google's address.../m8/feeds/contacts/default/full
(I tried with both simple http and https scopes and requests but same result...)
I am using jrconlin's PHP oauthsimple library found here.
https://github.com/jrconlin/oauthsimple/blob/master/php/example.php
Sorry guys if my question is trivial but I have been banging my head for a few hours now by rereading jrconlin's code and google's guide but really don't see where the mistake is!! Is there anything I'm missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是不同 Google 产品之间的典型情况(不仅仅是 Youtube 或网站,如下所述)
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html
http://www.google.com/support/forum/p/apps-apis/thread?tid=781d988ee3fe2f09&hl=zh-CN
I think it is typical between different Google Products (not just Youtube or Sites, as cited below)
http://code.google.com/apis/youtube/2.0/developers_guide_protocol_api_query_parameters.html
http://www.google.com/support/forum/p/apps-apis/thread?tid=781d988ee3fe2f09&hl=en