我正在开发一个访问Google API的应用程序,我使用OAuth 2.0为设备开发了Calendar和Google Cloud Print API。
几个月前,在谷歌论坛上,我询问了Drive API返回" invalid_scope"他们告诉我们,对于设备,他们限制范围,并希望很快开放更多。
然后我们询问其他API(如Drive)何时可以打开设备,因为我们有客户要求我们将其添加到我们的应用程序中。
希望Google的某个人能回答这个问题。谢谢!
请求:
POST /o/oauth2/device/code HTTP/1.0
Accept: text/html
Host: accounts.google.com
Content-type: application/x-www-form-urlencoded
Content-length: 92
client_id=xxxxxx&scope=https://www.googleapis.com/auth/drive
答案:
{
"error" : "invalid_scope"
}
答案 0 :(得分:1)
是的,我们将重新打开设备流以访问更多范围。我们仍在研究细节,但目标是在本季度晚些时候做出这一改变。