Getting startedに従ってサインインし、ユーザーの access_token を取得しました。
アクセス トークンを取得しますが、それを使用すると次のエラーが発生します。
{
"error": {
"errors": [
{
"domain": "global",
"reason": "authError",
"message": "Invalid Credentials",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Invalid Credentials"
}
}
apis-explorerにアクセスしてトークンを使用すると、問題なく動作します。私が見逃しているアイデアはありますか?
これは私が試しているURLです。
https://www.googleapis.com/plus/v1/people/me?key= {my_api_key}&access_token=my_access_token