我有一个完美的驱动集成应用程序,javascript 和 go-based,具有以下范围:
https://www.googleapis.com/auth/userinfo.email
https://www.googleapis.com/auth/userinfo.profile
https://www.googleapis.com/auth/drive
现在我尝试使用 Application 文件夹。如果我不更改我的范围,那么我会按预期得到一个错误,声称应用范围设置不正确。现在我添加以下范围(在 api-console 和我的应用程序中):
https://www.googleapis.com/auth/drive.appdata
现在我不幸在 oauth.updateToken googelapi 函数中收到错误消息,并显示以下错误消息:
OAuthError: updateToken: 400 Bad Request
我是否误解了应如何使用 Application 文件夹?