How to call https://www.googleapis.com/plus/v1/people/me at google

前端 未结 6 2237
感情败类
感情败类 2020-12-28 23:04

I am developing an Android application and need to get the \"me\" info from google but I always ends up in either response code 401 or 403. What am I doing wrong? Here is my

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-28 23:07

    Generate a new auth token and secret for your application and try again.

    That might solve your problem, but your daily retry limit might be exhausted...

    I had the same issue you're having.

提交回复
热议问题