OAuth 2.0 Playground列表电子表格元数据:无效的请求URI

时间:2012-11-18 20:02:20

标签: google-spreadsheet-api

我正在测试Google Spreadsheet 3.0 API并使用OAuth 2.0 Playground进行游戏。 尝试使用列表电子表格元数据请求时,我收到错误无效的请求URI 。以下是回复详情:

HTTP/1.1 400 Bad Request
Content-length: 19
X-xss-protection: 1; mode=block
X-content-type-options: nosniff
X-google-cache-control: remote-fetch
-content-encoding: gzip
Server: GSE
Reason: Bad Request
Via: HTTP/1.1 GWA
X-chromium-appcache-fallback-override: disallow-fallback
Cache-control: private, max-age=0
Date: Sun, 18 Nov 2012 19:56:29 GMT
X-frame-options: SAMEORIGIN
Content-type: text/html; charset=UTF-8
Expires: Sun, 18 Nov 2012 19:56:29 GMT
Invalid request URI

我尝试了this,但没有成功。

如果有人能指出正确的方向,我将不胜感激。

1 个答案:

答案 0 :(得分:0)

我似乎找到了解决自己问题的方法。 它看起来像是OAuth 2.0 Playground中的一个错误:当您从“列出可能的操作”中选择时,列表元数据菜单项将返回以下请求URL:发送此请求的http://spreadsheets.google.com/feeds/default/private/full返回上述错误。您必须使用http://spreadsheets.google.com/feeds/spreadsheets/private/full请求网址,它似乎正在运作。