Google 电子表格 API 中的 'subtle changes' 是什么?

What are the 'subtle changes' in Google Spreadsheets API?

Google 是 upgrading old spreadsheets 到 Google Sheets 的新版本。

这开始搞砸我 运行 使用 Google 电子表格 API 的 Web 服务。我需要快速更改一些代码以使其理解新的 API,但我不知道从哪里开始。

上面的链接只有这么说:

APIs — You may notice some subtle differences in API behavior.

这些 'subtle differences' 是什么?为什么我找不到更改内容的列表?

嗯,改变的一件事是它不再支持旧的身份验证方式。您现在必须使用 OAuth。我想这就是我的问题所在。