Google API authentication: Not valid origin for the client

前端 未结 11 1562
暖寄归人
暖寄归人 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:28

    Key Point: Add both http://localhost and http://localhost:port_number to the Authorized JavaScript origins box for local tests or development.

提交回复
热议问题