Google API authentication: Not valid origin for the client

前端 未结 11 1588
暖寄归人
暖寄归人 2020-12-08 13:01

When making an auth request to the Google API (gapi), it\'s returning false on the checkOrigin.

I have removed any client id\'s or anything that would link directly

11条回答
  •  渐次进展
    2020-12-08 13:24

    Credentials do not work if API is not enabled. In my case the next steps were needed:

    1. Go to https://console.developers.google.com/apis/library
    2. Enter 'People'
    3. From the result choose 'Google People API'
    4. Click 'Enable'

提交回复
热议问题