我的Request-URI在OAuthPlayGround中运行正常,但是我的代码在com.google.api.client.auth.oauth2.TokenResponseException异常时给出了错误:401 Unauthorized。
我已经检查了OAuthPlayGround上的'request',它给了我这个回复, enter image description here
但是当试图在eclipse上执行它时,我仍然面临401错误。
任何帮助将不胜感激。在此先感谢。
答案 0 :(得分:0)
401表示您传递的访问令牌无效。您需要检查并调试代码以查看正在设置访问令牌的内容。