我正在测试 Google Spreadsheet 3.0 API 并使用OAuth 2.0 Playground。尝试使用 List 电子表格元数据请求时,我收到错误Invalid request 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
我试过这个,但没有成功。
如果有人能指出正确的方向,我将不胜感激。