我正在尝试使用第三方应用程序(尤其是 Drivenotepad)编辑一些 Google Drive 文档。启动该应用程序时,它会报告错误(“错误:请参阅开发者控制台了解详细信息”)。在开发者控制台中,会出现以下日志:
Strangely structured error:
using_apis.js:95 Object
client_id: "<bla bla bla ...>.apps.googleusercontent.com"
cookie_policy: "single_host_origin"
error: "immediate_failed"
error_subtype: "access_denied"
response_type: undefined
status: {signed_in: false, method: null, google_logged_in: false}
__proto__: Object
app.js:131 Error. See developer console for details.
我怀疑应用程序的某些授权已被撤销,但我无法再次授予该授权(例如,在https://myaccount.google.com/permissions可以撤销权限,但不能添加权限。
注意:我也检查了一个类似的问题:无法使用 Google Drive 中的 Drivenotepad 应用打开 txt 文件但它似乎没有解决同样的问题。
有什么建议吗?
谢谢!
答案1
事实证明这是第三方应用程序 (Drive Notepad) 的问题,因为使用了已弃用的 API。没有办法解决这个问题。