Error code 403 in Google+ api

前端 未结 5 2025
臣服心动
臣服心动 2020-12-06 06:52

I got \"error\": { \"errors\": [ { \"domain\": \"usageLimits\", \"reason\": \"dailyLimitExceededUnreg\", \"message\": \"Daily Limit for Unauthenticate

5条回答
  •  无人及你
    2020-12-06 07:15

    On top of what BrettJ has mentioned, it is important to send the authorization header for the request done to fetch UserProfile in google+ API.

    For example, Add the following header key: Authorization value: Bearer ya29.Ci-cA_CywoVdVG#######

提交回复
热议问题