【发布时间】:2013-02-21 18:37:23
【问题描述】:
我花了 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"
}
我已经三次检查了我的申请范围。
我做错了什么?
【问题讨论】:
标签: c# asp.net google-drive-api