我正在尝试使用Java和gdata api在google_drive上编辑公共电子表格(key = 0Av4aUydPYoNAdHV2MnRaSFhrY0NSZnNOS28yTlhRTVE),但没有成功。 我将网址从https://spreadsheets.google.com/feeds/worksheets/key/private/full更改为https://spreadsheets.google.com/feeds/worksheets/0Av4aUydPYoNAdHV2MnRaSFhrY0NSZnNOS28yTlhRTVE/private/full,但返回:
线程“main”中的异常com.google.gdata.util.InvalidEntryException:错误请求
这是什么意思?
答案 0 :(得分:0)
您使用的网址无效,正确的网址为/private/
而不是/public/
,如下所示: