0

I'am using this link to implement google login in my AngularJS site and I am able to get id_token using

var id_token = googleUser.getAuthResponse().id_token;

then I'm passing this to php file and do like below,

https://www.googleapis.com/plus/v1/people/me?access_token=.$id_token 

I'm getting this error,

"Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup"

Note: I enabled google+ API in my console too.

Can anyone explain id_token is same as accesstoken ?

Sangwin Gawande
  • 7,658
  • 8
  • 48
  • 66
ayyanar pms
  • 169
  • 1
  • 2
  • 13
  • Possible duplicate of [Keep getting a "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup" when attempting to google plus login on my web app](https://stackoverflow.com/questions/19335503/keep-getting-a-daily-limit-for-unauthenticated-use-exceeded-continued-use-requ) – user223321 Sep 05 '17 at 08:37
  • @Claies question updated – ayyanar pms Sep 05 '17 at 08:50
  • @Claies im passing id_token js variable to php file to obtain user details – ayyanar pms Sep 05 '17 at 08:59
  • @AbhishekVyas i tried all said in that url but none works – ayyanar pms Sep 05 '17 at 09:00
  • @Claies leave php i just executed above url in browser still getting error "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup" – ayyanar pms Sep 05 '17 at 09:02
  • @Claies obtained id_token is access_token right? or there is any other way obtain that im new to this – ayyanar pms Sep 05 '17 at 09:09

0 Answers0