我正在尝试关注此Google示例 - https://developers.google.com/sheets/api/reference/rest/v4/spreadsheets.values/update。
但是,当我运行它时会返回一个未经授权的401错误。在上面的链接中,它表示它需要以下OAuth范围之一:
https://www.googleapis.com/auth/drive
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/spreadsheets
有谁知道如何在我的java / gradle项目中包含这些范围?
谢谢!