Google Analytics OAuth2: How to solve error: “redirect_uri_mismatch”?

前端 未结 3 558
眼角桃花
眼角桃花 2020-12-06 22:55

I\'m trying to get this example to work: https://developers.google.com/analytics/devguides/config/mgmt/v3/quickstart/web-php#enable

The error I\'m getting is \"Error

3条回答
  •  时光取名叫无心
    2020-12-06 23:28

    just copy the request URI on which error is occurring from error screen and paste it to OAuth credentials "Authorised redirect URIs"

    now run the app. this works for me. Hope I answered your query.

提交回复
热议问题