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

前端 未结 6 2245
感情败类
感情败类 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:10

    You are using HTTP at the moment, but you are actually calling a the site over HTTPS. Either use a secure connection procedure or use the http:// address.

提交回复
热议问题