我需要从共享电子表格请求json . 来自互联网的例子不工作 . 我尝试:

https://spreadsheets.google.com/feeds/worksheet/KEY/private/full
https://spreadsheets.google.com/feeds/list/KEY/od3/public/basic?alt=json
https://spreadsheets.google.com/feeds/list/KEY/gid3/public/basic?alt=json
https://spreadsheets.google.com/feeds/list/KEY/3/public/basic?alt=json
https://spreadsheets.google.com/feeds/3/KEY/od6/public/basic?alt=json
https://spreadsheets.google.com/feeds/list/3/KEY/od6/public/basic?alt=json
https://spreadsheets.google.com/feeds/list/KEY/od6/public/basic?alt=json
https://spreadsheets.google.com/feeds/cells/KEY/7/public/values
https://spreadsheets.google.com/feeds/cells/KEY/7/private/values?alt==json&callback=JSON_CALLBACK
https://spreadsheets.google.com/feeds/cells/KEY/7/public/basic?alt==json&callback=JSON_CALLBACK
https://spreadsheets.google.com/feeds/cells/KEY/7/public/basic?alt==json-in-script&callback=JSON_CALLBACK
https://spreadsheets.google.com/feeds/list/KEY/od6/public/values?alt=json&callback=importGSS
https://spreadsheets.google.com/feeds/list/KEY/od6/public/values?alt=json
https://spreadsheets.google.com/feeds/list/KEY/od6/public/values?alt=json-in-script
https://spreadsheets.google.com/feeds/list/KEY/od6/public/values?alt=json-in-script&callback=x
https://spreadsheets.google.com/feeds/list/KEY/od6/public/values?alt=json-in-script&callback=

来自https://docs.google.com/spreadsheet/ccc?key=KEY#gid=7的KEY

Google会说“无效请求URI”或“无法找到此网址的电子表格 . 请确保您拥有正确的网址,并且电子表格的所有者尚未将其删除 . ”