我花了 2 天时间使用服务帐户处理各种 Drive API 教程。
我最近使用的教程是这个:https ://developers.google.com/drive/delegation
尝试上传文件时,我不断收到此错误:
ProtocolException was unhandled
Error occurred while sending a direct message or getting the response.
我安装了Fiddler并确定何时POST /o/oauth2/token
返回:
{
"error:"invalid_grant"
}
我已经三重检查了我的应用程序范围。
我究竟做错了什么?